Fixing chat going offscreen if too many people log in (~22-23 people)

This commit is contained in:
Christian 'ketura' McCarty
2021-08-11 13:56:31 -05:00
parent 457507077d
commit b852fd221a

View File

@@ -202,11 +202,12 @@ tr.played {
#userListColumn {
display: flex;
flex-direction: column;
overflow: auto;
}
#userList {
flex-grow: 1;
overflow: auto;
overflow: scroll;
}
#toggleChatButt {