fix(collections/map): shifting into collection properties when switching styles

This commit is contained in:
Elian Doran 2026-02-15 18:18:36 +02:00
parent 08da8d73e0
commit 52db410c82
No known key found for this signature in database

View File

@ -18,6 +18,10 @@ body.mobile .geo-view > .collection-properties {
.geo-map-container {
height: 100%;
overflow: hidden;
.maplibregl-canvas-container {
position: relative;
}
}
.leaflet-pane {