From d1114d746c09d42c94d857690638d88e8e87805d Mon Sep 17 00:00:00 2001 From: Soumyajit Ghosh <113449899+someghosh0907@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:28:31 +0530 Subject: [PATCH] Update map.css Commited First Change --- app/assets/stylesheets/map.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/map.css b/app/assets/stylesheets/map.css index edada63c74..367486d753 100644 --- a/app/assets/stylesheets/map.css +++ b/app/assets/stylesheets/map.css @@ -14,6 +14,14 @@ #content .leaflet-popup-pane { z-index: 760; } + +.leaflet-pane{ + position: initial !important; +} +.leaflet-bar, .leaflet-top{ + position: initial !important; +} + .leaflet-top{ z-index:800 !important; } @@ -51,3 +59,4 @@ .leaflet-container .add-content-button { margin-right: 10px; } +