From 48ac88dbfe7b3342eb6b565c2782ad51a7e97115 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Feb 2026 09:16:29 +0200 Subject: [PATCH] fix(geomap): collection properties overlapping with mobile backdrop --- apps/client/src/widgets/collections/geomap/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/client/src/widgets/collections/geomap/index.css b/apps/client/src/widgets/collections/geomap/index.css index be16b13eaf..53e08a0de4 100644 --- a/apps/client/src/widgets/collections/geomap/index.css +++ b/apps/client/src/widgets/collections/geomap/index.css @@ -7,14 +7,9 @@ > .collection-properties { position: relative; - z-index: 998; } } -body.mobile .geo-view > .collection-properties { - z-index: 2500; -} - .geo-map-container { height: 100%; overflow: hidden;