mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Make room list scroll
This commit is contained in:
parent
e2348c50d5
commit
0a09326581
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
.mx_RoomList {
|
.mx_RoomList {
|
||||||
|
position: relative;
|
||||||
|
top: -30px;
|
||||||
|
padding-top: 30px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomList ul {
|
.mx_RoomList ul {
|
||||||
|
|
|
@ -8,4 +8,5 @@
|
||||||
.mx_MatrixChat_leftPanel {
|
.mx_MatrixChat_leftPanel {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue