From e7eef051fa7514882476b24b21dc838c3901bc3c Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 19 Jun 2020 11:21:05 -0400 Subject: [PATCH] Be less expansive with touch action selector (re: #7708) --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 4c8029f583..c549595871 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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; }