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;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
.mx_ResizeHandle.mx_ResizeHandle_horizontal {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue