Fix sidebar drag handle for touch devices
This commit is contained in:
parent
f2d4f669fe
commit
ebc01d0ce5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue