Use pointer-events: visiblePainted as fallback for IE <11 (#4690)
This commit is contained in:
parent
7add9d4c74
commit
2652b63f42
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -105,6 +105,7 @@
|
||||
.leaflet-control {
|
||||
position: relative;
|
||||
z-index: 800;
|
||||
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
|
||||
pointer-events: auto;
|
||||
}
|
||||
.leaflet-top,
|
||||
@ -225,6 +226,7 @@
|
||||
.leaflet-marker-icon.leaflet-interactive,
|
||||
.leaflet-image-layer.leaflet-interactive,
|
||||
.leaflet-pane > svg path.leaflet-interactive {
|
||||
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user