Fix broken zoom for Project Spartan browsers.
Special thanks to the Project Spartan team for letting us know.
This commit is contained in:
parent
7b1ddd8c73
commit
e44179da12
1
dist/leaflet.css
vendored
1
dist/leaflet.css
vendored
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user