From 670455bacbcc78a68dd1c10cfd84e6cbe517fcd9 Mon Sep 17 00:00:00 2001 From: lightonflux Date: Sat, 18 Jun 2016 16:24:48 +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 bahaviour 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,