From e23377df0675486660caa56c5bbe477a8f3e6db2 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 8 Apr 2025 15:06:44 +0200 Subject: [PATCH] fix(front): everything that happens inside cards, stays inside cards --- front/src/components/ui/Card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/components/ui/Card.vue b/front/src/components/ui/Card.vue index 28133fa47..6b082afcd 100644 --- a/front/src/components/ui/Card.vue +++ b/front/src/components/ui/Card.vue @@ -183,6 +183,7 @@ const attributes = computed(() => border-radius: var(--fw-border-radius); font-size: 1rem; + overflow: hidden; >.covering { position: absolute;