From dc1a08f044e59ddec8a643ff1714003d9f3fbd73 Mon Sep 17 00:00:00 2001 From: Tyrel Narciso <107274013+tyrel-oxd@users.noreply.github.com> Date: Tue, 28 May 2024 14:37:58 -0700 Subject: [PATCH] DBC22-2033: locking zoom via touch (#476) --- src/frontend/src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/App.scss b/src/frontend/src/App.scss index f9d692646..af9a1543c 100644 --- a/src/frontend/src/App.scss +++ b/src/frontend/src/App.scss @@ -6,6 +6,7 @@ //Global styling body { margin-top: 58px; + touch-action: pan-x pan-y; } .divider { @@ -161,4 +162,3 @@ a[target="_blank"] { width: 0.875rem; } } -