Fix difficult to grab scrollbar

Fixes https://github.com/vector-im/element-web/issues/18689
pull/21833/head
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
1 changed files with 4 additions and 0 deletions

View File

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