Merge pull request #836 from danzel/corner-div-fix
Set pointer-events on the corner overlays so they can be clicked through.
This commit is contained in:
commit
c90bfd084f
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -68,11 +68,13 @@
|
||||
.leaflet-control {
|
||||
position: relative;
|
||||
z-index: 7;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.leaflet-top,
|
||||
.leaflet-bottom {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
}
|
||||
.leaflet-top {
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user