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