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"); }