Fix typo in touch-action CSS rules (#5187)
This commit is contained in:
parent
b1fd47a5a4
commit
8c95bc4503
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -56,7 +56,7 @@
|
||||
.leaflet-container.leaflet-touch-drag {
|
||||
-ms-touch-action: pinch-zoom;
|
||||
}
|
||||
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
|
||||
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user