diff --git a/dist/leaflet.css b/dist/leaflet.css index 601476fe6dc..c600cada96e 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -638,3 +638,9 @@ svg.leaflet-image-layer.leaflet-interactive path { margin-left: -12px; border-right-color: #fff; } + +/* Disable pointer-events of relevant descendants on drag and box zoom. */ +.leaflet-crosshair *, +.leaflet-drag-target .leaflet-control { + pointer-events: none; +} \ No newline at end of file