fix(geomap): collection properties overlapping with mobile backdrop

This commit is contained in:
Elian Doran 2026-02-21 09:16:29 +02:00
parent 4980e9a15b
commit 48ac88dbfe
No known key found for this signature in database

View File

@ -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;