Merge pull request #1972 from umap-project/controls-zindex

fix: make sure panels are above controls
This commit is contained in:
Yohan Boniface 2024-07-05 19:12:00 +02:00 committed by GitHub
commit b5cd04658e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;