Fix map heights
这个提交包含在:
父节点
9527b08181
当前提交
8b206a99df
共有 3 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -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*/
|
||||||
|
|
|
||||||
|
|
@ -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*/
|
||||||
|
|
|
||||||
|
|
@ -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*/
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用