mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Ensure the entire stack of divs containing the map has touch-action:none (re: #7708)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
sans-serif;
|
||||
color: #333;
|
||||
|
||||
touch-action: none;
|
||||
-ms-user-select: none;
|
||||
-ms-content-zooming: none;
|
||||
}
|
||||
@@ -34,6 +35,7 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.main-content.active {
|
||||
|
||||
Reference in New Issue
Block a user