mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-20 14:34:38 +00:00
Use pointer-events: visiblePainted as fallback for IE <11 (#4690)
This commit is contained in:

committed by
Yohan Boniface

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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user