From f80763ffb47a4a2990aa9e1069cf16b7e3e53734 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 Jan 2026 12:53:56 +0200 Subject: [PATCH] fix(geomap): zoom buttons interfering with collection properties --- apps/client/src/widgets/collections/geomap/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/widgets/collections/geomap/index.css b/apps/client/src/widgets/collections/geomap/index.css index fb4dda6a1e..285a3be5a7 100644 --- a/apps/client/src/widgets/collections/geomap/index.css +++ b/apps/client/src/widgets/collections/geomap/index.css @@ -4,6 +4,11 @@ height: 100%; display: flex; flex-direction: column; + + > .collection-properties { + position: relative; + z-index: 2000; + } } .geo-map-container {