From eb173a396aee4ae1d297538384d91af6a3256555 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 6 Oct 2023 12:49:11 -0400 Subject: [PATCH] Comment leaflt-container --- app/src/frontend/map/map.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;