mirror of
https://github.com/est31/leaftest.git
synced 2025-01-05 15:50:33 +01:00
Update css from version 0.7.3 to 0.7.7
CSS property touch-action now works with all browsers that use the agnostic name "touch-action" will behave as expected. Fixes touch behaviour related problems: https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#077-october-26-2015
This commit is contained in:
parent
5c56b38b89
commit
f248ec852d
@ -21,6 +21,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