fixed tiny bug in channel.css

This commit is contained in:
rainbow napkin 2026-05-29 19:09:54 -04:00
parent dac9631f60
commit 9cfe271323

View file

@ -125,6 +125,7 @@ div#chat-panel-main-div{
height: 100%;
flex: 1;
overflow-y: scroll;
overflow-x: clip;
}
#chat-panel-users-div{