wrap tab content in column (#1200)

This commit is contained in:
pngwn 2022-05-10 00:46:57 +01:00 committed by GitHub
parent 3fe954bd55
commit 4828e9af3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@
{#if $selected_tab === id}
<div class="tabitem p-2 border-2 border-t-0 border-gray-200 relative flex">
<slot />
<div
class="flex flex-col gr-gap gr-form-gap relative col overflow-auto flex-1"
>
<slot />
</div>
</div>
{/if}