From 52db410c829f11fcc16505e727dc118e114f082c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Feb 2026 18:18:36 +0200 Subject: [PATCH] fix(collections/map): shifting into collection properties when switching styles --- apps/client/src/widgets/collections/geomap/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/collections/geomap/index.css b/apps/client/src/widgets/collections/geomap/index.css index a30842c9b6..be16b13eaf 100644 --- a/apps/client/src/widgets/collections/geomap/index.css +++ b/apps/client/src/widgets/collections/geomap/index.css @@ -18,6 +18,10 @@ body.mobile .geo-view > .collection-properties { .geo-map-container { height: 100%; overflow: hidden; + + .maplibregl-canvas-container { + position: relative; + } } .leaflet-pane {