From 58dce244632832e09c3b9a6d6eb07faffde6c04b Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 6 Oct 2023 12:47:02 -0400 Subject: [PATCH] Comment the media query --- app/src/frontend/map/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index 95ad9e0e..079ff18b 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -6,12 +6,12 @@ right: 0; min-width: 320px; } -@media (min-width: 990px) { +/*@media (min-width: 990px) { .map-container { top: 0; left: 470px; } -} +}*/ .leaflet-container { height: 100%; width: 100%;