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
This commit is contained in:
lightonflux 2016-06-19 16:32:55 +02:00
parent 5c56b38b89
commit f248ec852d

View File

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