mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Add workaround for broken rapid tapping on iOS 13.4+ (close #7694)
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
-ms-user-select: none;
|
||||
-ms-content-zooming: none;
|
||||
}
|
||||
.ideditor, .ideditor * {
|
||||
/* disable pinch-to-zoom of the UI on touch devices */
|
||||
touch-action: pan-x pan-y;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user