From 6cfaf3fdbe15178901e4d77990640a7f8456dad7 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Tue, 1 Jul 2025 10:41:47 +0200 Subject: [PATCH] Fixed scroll in EntityShowSub.vue --- components/EntityShowSub.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/EntityShowSub.vue b/components/EntityShowSub.vue index 041e15d..2fc3820 100644 --- a/components/EntityShowSub.vue +++ b/components/EntityShowSub.vue @@ -115,6 +115,7 @@ setup() :type="type" :columns="columns" :rows="props.item[type]" + class="h-full" />