Fix difficult to grab scrollbar

Fixes https://github.com/vector-im/element-web/issues/18689
This commit is contained in:
Dariusz Niemczyk 2021-08-24 09:37:12 +02:00
parent 52e1884bbd
commit e2c55c61f3
No known key found for this signature in database
GPG key ID: 3E8DC619E3C59A05

View file

@ -32,6 +32,10 @@ $roomListCollapsedWidth: 68px;
display: flex;
overflow: hidden;
position: relative;
.mx_ResizeHandle.mx_ResizeHandle_horizontal {
margin: 0;
}
}
}