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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;