kopia lustrzana https://github.com/magicbug/Cloudlog
Fix map heights
rodzic
9527b08181
commit
8b206a99df
|
@ -1,7 +1,7 @@
|
|||
|
||||
<style>
|
||||
#iotamap {
|
||||
height: calc(100vh - 500px) !important;
|
||||
height: calc(100vh) !important;
|
||||
max-height: 900px !important;
|
||||
}
|
||||
/*Legend specific*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<style>
|
||||
#wajamap {
|
||||
height: calc(100vh - 500px) !important;
|
||||
height: calc(100vh) !important;
|
||||
max-height: 900px !important;
|
||||
}
|
||||
/*Legend specific*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<style>
|
||||
#wasmap {
|
||||
height: calc(100vh - 500px) !important;
|
||||
height: calc(100vh) !important;
|
||||
max-height: 900px !important;
|
||||
}
|
||||
/*Legend specific*/
|
||||
|
|
Ładowanie…
Reference in New Issue