From a0c6def7d6e8f5188e3348384df97c44c4f010cd Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 14:03:39 +0200 Subject: [PATCH] Fix: discard card buttons by using flew-wrap wrap-reverse Closes #59 --- components/PlayerSlot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 525feb4..fae6568 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -295,7 +295,7 @@ function check_for_guard(player: Player) { .discard_container { display: flex; /* background: blue; */ - pointer-events: all; + pointer-events: none; flex-wrap: wrap; }