Fix broken zoom for Project Spartan browsers.

Special thanks to the Project Spartan team for letting us know.
This commit is contained in:
Mitch Oliver 2015-04-16 12:09:09 -04:00
parent 7b1ddd8c73
commit e44179da12

1
dist/leaflet.css vendored
View File

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