diff --git a/style.css b/style.css index c0224f5..2f9646b 100644 --- a/style.css +++ b/style.css @@ -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 {