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;