Fixed scroll in EntityShowSub.vue

This commit is contained in:
2025-07-01 10:41:47 +02:00
parent 10c686bfa1
commit 6cfaf3fdbe

View File

@@ -115,6 +115,7 @@ setup()
:type="type"
:columns="columns"
:rows="props.item[type]"
class="h-full"
/>
</UCard>