From d203b7fa5bba8e28f9e26652ee096d78fbf65a70 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Mon, 13 May 2024 18:18:50 +0200 Subject: [PATCH] Fix crazy scroll bars all over Closes #7 --- components/GameBoard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 4a83f54..c4fe691 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -37,7 +37,7 @@ const discard_unwrapped = ref(false) #player_list, #current_player { - overflow: scroll; + overflow: auto; } #market {