From f248ec852d1b9df74123ab675566fc8d47b5e3c9 Mon Sep 17 00:00:00 2001 From: lightonflux Date: Sun, 19 Jun 2016 16:32:55 +0200 Subject: [PATCH] Update css from version 0.7.3 to 0.7.7 CSS property touch-action now works with all browsers that use the agnostic name "touch-action" will behave as expected. Fixes touch behaviour related problems: https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#077-october-26-2015 --- www/leaflet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/leaflet.css b/www/leaflet.css index ac0cd17..c161c31 100644 --- a/www/leaflet.css +++ b/www/leaflet.css @@ -21,6 +21,7 @@ .leaflet-container { overflow: hidden; -ms-touch-action: none; + touch-action: none; } .leaflet-tile, .leaflet-marker-icon,