mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Fix difficult to grab scrollbar
Fixes https://github.com/vector-im/element-web/issues/18689
This commit is contained in:
parent
52e1884bbd
commit
e2c55c61f3
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ $roomListCollapsedWidth: 68px;
|
|||
display: flex;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
.mx_ResizeHandle.mx_ResizeHandle_horizontal {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue