mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Make room list scroll
This commit is contained in:
parent
e2348c50d5
commit
0a09326581
@ -1,4 +1,10 @@
|
||||
.mx_RoomList {
|
||||
position: relative;
|
||||
top: -30px;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 10px;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.mx_RoomList ul {
|
||||
|
@ -8,4 +8,5 @@
|
||||
.mx_MatrixChat_leftPanel {
|
||||
display: table-cell;
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user