Changed overflow to correct orientation

This commit is contained in:
2024-09-01 16:41:04 +02:00
parent 4e6391b9ea
commit cb2a8ead3a
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ const sendChat = () => {
&-list {
list-style-type: none;
word-wrap: break-word;
overflow: scroll;
overflow-y: scroll;
padding: 0;
li {

View File

@@ -55,7 +55,7 @@ const onKick = (player: Connection) => {
gap: 1rem;
list-style: none;
padding-left: 0;
overflow: scroll;
overflow-y: scroll;
.player {
border-radius: $border-radius;