diff --git a/packages/builder/src/components/automation/SetupPanel/RowSelector.svelte b/packages/builder/src/components/automation/SetupPanel/RowSelector.svelte index a0637322fe..b257fa2d30 100644 --- a/packages/builder/src/components/automation/SetupPanel/RowSelector.svelte +++ b/packages/builder/src/components/automation/SetupPanel/RowSelector.svelte @@ -305,8 +305,7 @@ align="center" bind:this={customPopover} anchor={popoverAnchor} - minWidth={popoverAnchor?.getBoundingClientRect()?.width} - maxWidth={popoverAnchor?.getBoundingClientRect()?.width} + useAnchorWidth maxHeight={300} resizable={false} offset={10}