Fixing chat going offscreen if too many people log in (~22-23 people)
This commit is contained in:
@@ -202,11 +202,12 @@ tr.played {
|
||||
#userListColumn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#userList {
|
||||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
#toggleChatButt {
|
||||
|
||||
Reference in New Issue
Block a user