Fix map heights
这个提交包含在:
父节点
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*/
|
||||
|
|
|
|||
正在加载…
在新工单中引用