mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
parent
dd79e8f923
commit
d019a260c0
2 changed files with 3 additions and 2 deletions
|
@ -1382,8 +1382,8 @@ span.popup-icon {
|
||||||
.leaflet-container .leaflet-control-zoom {
|
.leaflet-container .leaflet-control-zoom {
|
||||||
margin-inline-start: 10px;
|
margin-inline-start: 10px;
|
||||||
}
|
}
|
||||||
.leaflet-top {
|
.leaflet-top, .leaflet-bottom {
|
||||||
z-index: calc(var(--zindex-panels) - 1);
|
z-index: var(--zindex-controls);
|
||||||
}
|
}
|
||||||
.leaflet-popup-content {
|
.leaflet-popup-content {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
--zindex-icon-active: 450;
|
--zindex-icon-active: 450;
|
||||||
--zindex-tooltip: 445;
|
--zindex-tooltip: 445;
|
||||||
--zindex-panels: 440;
|
--zindex-panels: 440;
|
||||||
|
--zindex-controls: 430;
|
||||||
--zindex-dragover: 410;
|
--zindex-dragover: 410;
|
||||||
|
|
||||||
--block-shadow: 0 1px 7px var(--color-mediumGray);
|
--block-shadow: 0 1px 7px var(--color-mediumGray);
|
||||||
|
|
Loading…
Reference in a new issue