Hide horizontal scrollbars on Firefox

Firefox shows horizontal scrollbars when the member list overflows.
This commit is contained in:
Simon Ser 2020-07-13 11:44:24 +02:00
parent f284468aa6
commit 5090165f71
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -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 {