Hide horizontal scrollbars on Firefox
Firefox shows horizontal scrollbars when the member list overflows.
This commit is contained in:
parent
f284468aa6
commit
5090165f71
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ body {
|
||||||
#buffer-list, #buffer, #connect, #member-list {
|
#buffer-list, #buffer, #connect, #member-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#buffer-list {
|
#buffer-list {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue