fix: make sure panels are above controls

fix #1954
This commit is contained in:
Yohan Boniface 2024-07-05 18:59:13 +02:00
parent 4ae47de8a9
commit 36b4510e46

View file

@ -1436,7 +1436,7 @@ span.popup-icon {
margin-left: 10px;
}
.leaflet-top {
z-index: calc(var(--zindex-panels) + 1);
z-index: calc(var(--zindex-panels) - 1);
}
.leaflet-popup-content {
min-width: 200px;