Add workaround for broken rapid tapping on iOS 13.4+ (close #7694)

This commit is contained in:
Quincy Morgan
2020-06-15 12:27:53 -04:00
parent e81f1d8206
commit 0473243930
4 changed files with 47 additions and 7 deletions

View File

@@ -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;