From 8c95bc45036eceb341e3d1af64fa620f38feb1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Tue, 13 Dec 2016 10:26:06 +0100 Subject: [PATCH] Fix typo in touch-action CSS rules (#5187) --- dist/leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }