Fix map heights

这个提交包含在:
Peter Goodhall 2024-04-20 22:28:00 +01:00
父节点 9527b08181
当前提交 8b206a99df
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -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*/