Fix map-container not using full viewport height when map is small
This commit is contained in:
parent
4de8523965
commit
27561ec752
@ -7,7 +7,7 @@ body {
|
|||||||
#map-container {
|
#map-container {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg, object {
|
svg, object {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user