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 {