mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Fix sidebar drag handle for touch devices
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user