Move controls on top of layers
In my PR to expand the zindex of panes I forgot to also adjust the zindex of `.leaflet-control`. This will make controls appear on top of layers again.
This commit is contained in:
parent
a61841555a
commit
64f7ef58cb
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
.leaflet-control {
|
.leaflet-control {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 7;
|
z-index: 800;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.leaflet-top,
|
.leaflet-top,
|
||||||
|
Loading…
Reference in New Issue
Block a user