Fix typo in touch-action CSS rules (#5187)

This commit is contained in:
Iván Sánchez Ortega 2016-12-13 10:26:06 +01:00 committed by Per Liedman
parent b1fd47a5a4
commit 8c95bc4503

2
dist/leaflet.css vendored
View File

@ -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;
}