mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
improve flow UX
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user