mirror of
https://github.com/est31/leaftest.git
synced 2024-11-15 15:10:29 +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 bahaviour related problems: https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#077-october-26-2015
This commit is contained in:
parent
5c56b38b89
commit
670455bacb
|
@ -21,6 +21,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