mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
fix missing overflow on form
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
{/if}
|
||||
|
||||
{#snippet content()}
|
||||
<div class="grow min-h-0">
|
||||
<div class="grow min-h-0 overflow-y-auto">
|
||||
<TabContent value="form" class="flex flex-col flex-1 h-full">
|
||||
{@render form?.()}
|
||||
</TabContent>
|
||||
|
||||
Reference in New Issue
Block a user