diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index 079ff18b..678f2d63 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,21 +1,21 @@ .map-container { position: absolute; - top: 206px; /* sync with header positioning 76px*/ + top: 76px; /* sync with header positioning*/ bottom: 0; left: 0; right: 0; min-width: 320px; } -/*@media (min-width: 990px) { +@media (min-width: 990px) { .map-container { top: 0; left: 470px; } -}*/ -.leaflet-container { +} +/*.leaflet-container { height: 100%; width: 100%; -} +}*/ .leaflet-container .leaflet-control-zoom { border: 1px solid #fff; box-shadow: 0 0 1px 1px #222;