From 1c5d59da799733aa11bf6c9334974ffd6d89902b Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 16 Dec 2024 14:19:05 -0800 Subject: [PATCH] Update style.css --- src/gui/src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index fb265a53a..a667d4659 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -128,7 +128,7 @@ body { } /* Only prevent pinch zoom while keeping other touch interactions */ -.device-phone, .device-tablet { +.device-phone, .device-tablet, .device-phone .desktop, .device-tablet .desktop{ touch-action: manipulation; -webkit-touch-callout: none; -webkit-user-select: none;