fix(geomap): zoom buttons interfering with collection properties

This commit is contained in:
Elian Doran 2026-01-31 12:53:56 +02:00
parent f65aa1b875
commit f80763ffb4
No known key found for this signature in database

View File

@ -4,6 +4,11 @@
height: 100%;
display: flex;
flex-direction: column;
> .collection-properties {
position: relative;
z-index: 2000;
}
}
.geo-map-container {