From fe2d5770a4b997dd64426f5d9347a383e9d27a8a Mon Sep 17 00:00:00 2001 From: Aniket Raj <75392672+aniketraz@users.noreply.github.com> Date: Thu, 11 May 2023 05:17:50 +0530 Subject: [PATCH] Fixes #10306 Fix map --- app/assets/stylesheets/map.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/map.css b/app/assets/stylesheets/map.css index edada63c74..c8e14bce7c 100644 --- a/app/assets/stylesheets/map.css +++ b/app/assets/stylesheets/map.css @@ -51,3 +51,9 @@ .leaflet-container .add-content-button { margin-right: 10px; } +.leaflet-pane{ + position: initial !important; +} +.leaflet-bar, .leaflet-top{ + position: initial !important; +}