Merge pull request #3379 from roadtrippers/rt-fix_ms_touch
Fix broken zoom for Project Spartan browsers.
This commit is contained in:
commit
b719f931ff
1
dist/leaflet.css
vendored
1
dist/leaflet.css
vendored
@ -17,6 +17,7 @@
|
||||
.leaflet-container {
|
||||
overflow: hidden;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.leaflet-tile,
|
||||
.leaflet-marker-icon,
|
||||
|
Loading…
Reference in New Issue
Block a user