Merge pull request #3379 from roadtrippers/rt-fix_ms_touch

Fix broken zoom for Project Spartan browsers.
This commit is contained in:
Vladimir Agafonkin 2015-04-16 19:42:54 +03:00
commit b719f931ff

1
dist/leaflet.css vendored
View File

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