Be less expansive with touch action selector (re: #7708)

This commit is contained in:
Quincy Morgan
2020-06-19 11:21:05 -04:00
parent e207996861
commit e7eef051fa
+1 -1
View File
@@ -25,7 +25,7 @@
-ms-user-select: none;
-ms-content-zooming: none;
}
.ideditor, .ideditor * {
.ideditor div {
/* disable pinch-to-zoom of the UI on touch devices */
touch-action: pan-x pan-y;
}