Fix map-container not using full viewport height when map is small

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:29 -07:00
parent 4de8523965
commit 27561ec752

View File

@ -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 {