Fix map-container not using full viewport height when map is small
This commit is contained in:
parent
2772333072
commit
2f36d4b76c
@ -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