From e0f34d4488b16a06d2c685aa601a5ed6a991ba30 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 13:49:36 +0200 Subject: [PATCH] Fix : uncessery scroll bars and discard background not clickable --- components/CardPreview.vue | 1 + components/GameBoard.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CardPreview.vue b/components/CardPreview.vue index 2e706f6..d5efe9e 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -70,6 +70,7 @@ watch( margin-top: 15px; transition: all .125s cubic-bezier(0.075, 0.82, 0.165, 1); isolation: isolate; + pointer-events: all; } .card.active { diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 296f06d..494ad12 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -63,7 +63,6 @@ const discard_unwrapped = ref(false) #player_list { grid-area: player_list; border-left: 5px solid black; - border-bottom: 5px solid black; height: 100%; background-image: url("/images/bg-darkgrass.png"); }