Make room list scroll

pull/1/head
David Baker 2015-06-16 15:02:44 +01:00
parent e2348c50d5
commit 0a09326581
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,10 @@
.mx_RoomList {
position: relative;
top: -30px;
padding-top: 30px;
padding-bottom: 10px;
height: 100%;
overflow-y: scroll;
}
.mx_RoomList ul {

View File

@ -8,4 +8,5 @@
.mx_MatrixChat_leftPanel {
display: table-cell;
width: 250px;
height: 100%;
}