From 9cfe271323a1235398a607dfba6bb15796684748 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Fri, 29 May 2026 19:09:54 -0400 Subject: [PATCH] fixed tiny bug in channel.css --- www/css/channel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/channel.css b/www/css/channel.css index a5fb710..274c3d6 100644 --- a/www/css/channel.css +++ b/www/css/channel.css @@ -125,6 +125,7 @@ div#chat-panel-main-div{ height: 100%; flex: 1; overflow-y: scroll; + overflow-x: clip; } #chat-panel-users-div{