fix(frontend): Fix flow preview inputs display to avoid hiding results (#581)

This commit is contained in:
Faton Ramadani
2022-09-16 12:49:30 +02:00
committed by GitHub
parent a82f70a1bb
commit e2924d581e
@@ -102,7 +102,7 @@
<Icon data={faClose} />
</Button>
</div>
<div class="pb-4">
<div class="pb-4 h-full max-h-1/2 overflow-auto">
<div class="mt-4">
<SchemaForm schema={$flowStore.schema} bind:isValid bind:args />
</div>