Fix sidebar drag handle for touch devices

This commit is contained in:
Jamie Kyle
2025-01-02 10:20:40 -08:00
committed by GitHub
parent f2d4f669fe
commit ebc01d0ce5

View File

@@ -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;