From b84c8ea5c6303428ed599cceef505c227118df71 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 17 May 2024 14:07:19 +0200 Subject: [PATCH] Fix : add padding bottom on discard unwrapped Closes #60 --- components/PlayerSlot.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index fae6568..e672c60 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -290,6 +290,7 @@ function check_for_guard(player: Player) { z-index: 9; cursor: default; position: absolute; + padding-bottom: 100px; } .discard_container {