fix(ui): fix section height taking h-full
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user