From 9f89423946a6d69d0839f3db6f1eae2ab30a0f6b Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 6 Oct 2023 11:59:06 -0400 Subject: [PATCH] Change the position back to absolute --- app/src/frontend/map/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index cb33d1f9..95466458 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,5 +1,5 @@ .map-container { - position: fixed !important; + position: absolute; top: 76px; /* sync with header positioning */ bottom: 0; left: 0;