Skip to content

Commit 29fead9

Browse files
committed
readd leaflet dynamic height css but change px
1 parent 68a025f commit 29fead9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ h6 {
7272
background-color: #95898430; /* gray with alpha */
7373
}
7474

75+
#editor-map { /* this sets map editor height dynamically if in sidebar */
76+
height: calc(100vh - 120px) !important;
77+
}
78+
79+
#map { /* this sets map height dynamically if in sidebar */
80+
height: calc(100vh - 120px) !important;
81+
}
82+
7583
/* sub sections */
7684

7785
.level3 {

0 commit comments

Comments
 (0)