Bug 1093056 Scrollbars shouldn't be shown in the room list by default. r=nperriault

This commit is contained in:
Mark Banner 2014-11-04 13:43:37 +00:00
parent ef8c069948
commit ed0e69a65e

View File

@ -167,7 +167,7 @@ body {
.room-list {
max-height: 335px; /* XXX better computation needed */
overflow: scroll;
overflow: auto;
}
.room-list > .room-entry {