more cssage

This commit is contained in:
David Baker 2015-06-15 17:06:34 +01:00
parent 2a15b3a98c
commit 56415b40e9
3 changed files with 6 additions and 3 deletions

View file

@ -6,4 +6,6 @@
.mx_RoomView ul {
padding: 0px;
height: 100%;
overflow-y: scroll;
}

View file

@ -2,6 +2,7 @@
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}
.mx_MatrixChat_leftPanel {