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:
Patrick Arlt 2015-07-19 09:35:20 -07:00
parent a61841555a
commit 64f7ef58cb

2
dist/leaflet.css vendored
View File

@ -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,