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
This commit is contained in:
lightonflux 2016-06-18 16:24:48 +02:00
parent 5c56b38b89
commit 670455bacb

View File

@ -21,6 +21,7 @@
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,