mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Disable all touch actions in the map (re: #7708)
This commit is contained in:
@@ -4060,6 +4060,10 @@ img.tile-debug {
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.main-map * {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.supersurface {
|
||||
|
||||
Reference in New Issue
Block a user