mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
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 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#buffer-list {
|
||||
|
|
Loading…
Reference in a new issue