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:
Vladimir Agafonkin 2012-07-26 23:32:10 -07:00
commit c90bfd084f

2
dist/leaflet.css vendored
View File

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