improve flow UX

This commit is contained in:
Ruben Fiszel
2022-11-15 02:25:00 +01:00
parent e71fca35ca
commit aa92249607
@@ -101,7 +101,10 @@
/>
</TabContent>
<TabContent value="graph">
<div bind:clientHeight={topHeight} class="max-w-full w-full overflow-hidden h-full">
<div
bind:clientHeight={topHeight}
class="max-w-full w-full overflow-hidden h-screen bg-gray-50"
>
{#if $flowStore.value.modules}
<FlowGraph
on:click={(e) => {