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 010928b37f
commit c717a915d6
+1 -1
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