mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1093056 Scrollbars shouldn't be shown in the room list by default. r=nperriault
This commit is contained in:
parent
ef8c069948
commit
ed0e69a65e
@ -167,7 +167,7 @@ body {
|
||||
|
||||
.room-list {
|
||||
max-height: 335px; /* XXX better computation needed */
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.room-list > .room-entry {
|
||||
|
Loading…
Reference in New Issue
Block a user