From 07de2aba30d22f45b55f28ec0b30ca820522b8f2 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 16 Dec 2024 14:13:53 -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 d2c5d5d87..fb265a53a 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -129,7 +129,7 @@ body { /* Only prevent pinch zoom while keeping other touch interactions */ .device-phone, .device-tablet { - touch-action: pan-x pan-y; + touch-action: manipulation; -webkit-touch-callout: none; -webkit-user-select: none; }