Skip to content

Commit

Permalink
Fix typo in touch-action CSS rules (Leaflet#5187)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez authored and perliedman committed Dec 13, 2016
1 parent b1fd47a commit 8c95bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8c95bc4

Please sign in to comment.