diff --git a/dist/leaflet.css b/dist/leaflet.css index 0d9ccfd8e..c6d920a0b 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -56,7 +56,7 @@ .leaflet-container.leaflet-touch-drag { -ms-touch-action: pinch-zoom; } -.leaflet-container.leaflet-touch-drag.leaflet-touch-drag { +.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { -ms-touch-action: none; touch-action: none; }