From 89d65ce6cad0c8b95cf5ec2d298975c2bb7e650a Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 6 Oct 2023 12:20:34 -0400 Subject: [PATCH] Play with the map-container attributes --- 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..9cd95561 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,6 +1,6 @@ .map-container { position: absolute; - top: 76px; /* sync with header positioning */ + top: 106px; /* sync with header positioning 76px*/ bottom: 0; left: 0; right: 0;