Fix map heights

pull/3085/head
Peter Goodhall 2024-04-20 22:28:00 +01:00
rodzic 9527b08181
commit 8b206a99df
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
<style> <style>
#iotamap { #iotamap {
height: calc(100vh - 500px) !important; height: calc(100vh) !important;
max-height: 900px !important; max-height: 900px !important;
} }
/*Legend specific*/ /*Legend specific*/

Wyświetl plik

@ -4,7 +4,7 @@
<style> <style>
#wajamap { #wajamap {
height: calc(100vh - 500px) !important; height: calc(100vh) !important;
max-height: 900px !important; max-height: 900px !important;
} }
/*Legend specific*/ /*Legend specific*/

Wyświetl plik

@ -4,7 +4,7 @@
<style> <style>
#wasmap { #wasmap {
height: calc(100vh - 500px) !important; height: calc(100vh) !important;
max-height: 900px !important; max-height: 900px !important;
} }
/*Legend specific*/ /*Legend specific*/