Skip to content

Commit 948b657

Browse files
fix(output-selector): z-index in chat deploy modal (#1984)
1 parent 3ba3379 commit 948b657

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export function OutputSelect({
288288
<PopoverContent
289289
ref={popoverRef}
290290
side='bottom'
291-
align='end'
291+
align='start'
292292
sideOffset={4}
293293
maxHeight={140}
294294
maxWidth={140}

0 commit comments

Comments
 (0)