From ab7fc8871a48f09d28fc8bf017d5a35c720436e6 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 8 Feb 2025 09:55:22 +0200 Subject: [PATCH] fix(geo_map): zoom buttons overlapping with global menu --- src/public/app/widgets/geo_map.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/public/app/widgets/geo_map.ts b/src/public/app/widgets/geo_map.ts index f2fcfe7b9..da3d0f014 100644 --- a/src/public/app/widgets/geo_map.ts +++ b/src/public/app/widgets/geo_map.ts @@ -11,6 +11,11 @@ const TPL = `\ height: 100%; overflow: hidden; } + + .leaflet-top, + .leaflet-bottom { + z-index: 900; + }