From cb2a8ead3a820a79ddf06907beb0447dd78f9e57 Mon Sep 17 00:00:00 2001 From: DTieman Date: Sun, 1 Sep 2024 16:41:04 +0200 Subject: [PATCH] Changed overflow to correct orientation --- src/components/Chat.vue | 2 +- src/components/maumau/lobby/PlayerList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Chat.vue b/src/components/Chat.vue index 906dbce..2359d6a 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -59,7 +59,7 @@ const sendChat = () => { &-list { list-style-type: none; word-wrap: break-word; - overflow: scroll; + overflow-y: scroll; padding: 0; li { diff --git a/src/components/maumau/lobby/PlayerList.vue b/src/components/maumau/lobby/PlayerList.vue index cb37379..a82e354 100644 --- a/src/components/maumau/lobby/PlayerList.vue +++ b/src/components/maumau/lobby/PlayerList.vue @@ -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;