higher max height for lobby player container

This commit is contained in:
AlecM33
2022-02-03 21:03:06 -05:00
parent 8e97853a24
commit efba04c998
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
#lobby-players {
overflow-y: auto;
max-height: 30em;
max-height: 44em;
overflow-x: hidden;
padding: 0 10px;
border-radius: 3px;