fix(ui): fix section height taking h-full

This commit is contained in:
Ruben Fiszel
2025-01-14 13:46:23 +01:00
committed by GitHub
parent b1b1b84c5d
commit 0add26f6d2

View File

@@ -14,7 +14,7 @@
export let headless: boolean = false
</script>
<div class="w-full h-full flex flex-col">
<div class="w-full flex flex-col">
{#if !headless}
<div class="flex flex-row justify-between items-center mb-2">
<h2