From 75ba25f2ed00cae159869728b6f53d0a91a158d3 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 5 Oct 2023 17:19:57 -0400 Subject: [PATCH] Make position fixed --- 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 95466458..cb33d1f9 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,5 +1,5 @@ .map-container { - position: absolute; + position: fixed !important; top: 76px; /* sync with header positioning */ bottom: 0; left: 0;