From ebc01d0ce557e8e0e1cab21304394f5e84d71ebf Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:20:40 -0800 Subject: [PATCH] Fix sidebar drag handle for touch devices --- stylesheets/components/NavSidebar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/components/NavSidebar.scss b/stylesheets/components/NavSidebar.scss index 3a93f1399..30a2841d9 100644 --- a/stylesheets/components/NavSidebar.scss +++ b/stylesheets/components/NavSidebar.scss @@ -152,6 +152,8 @@ width: 8px; background: transparent; cursor: col-resize; + // Disable browser handling of gestures so element can be dragged with touch events + touch-action: none; &:focus { outline: none;