From 9b96c2112fecbb53e89cac83fb6272c0883680d4 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 19 Oct 2023 14:56:16 -0400 Subject: [PATCH] Test --- app/src/frontend/map/map.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index cbbff447..617d4224 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,5 +1,5 @@ .map-container { - position: relative; + position: absolute; top: 76px; /* sync with header positioning*/ bottom: 0; left: 0; @@ -7,7 +7,6 @@ } @media (min-width: 990px) { .map-container { - position: relative; top: 0; left: 220px; }