From cae401cebc212386f66af90dd39324d9a6005982 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 3 Nov 2023 11:38:35 -0400 Subject: [PATCH] Fix the top --- 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 22931b27..98189958 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,6 +1,6 @@ .map-container { position: fixed; - top: 0; /* sync with header positioning*/ + top: 76px; /* sync with header positioning*/ bottom: 0; left: 0; right: 0;