Skip to content

Commit 3b901b3

Browse files
fix(webhook-notif): modal positioning (#1771)
1 parent fe9ebbf commit 3b901b3

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/webhook-settings

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/webhook-settings/webhook-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export function WebhookSettings({ workflowId, open, onOpenChange }: WebhookSetti
505505

506506
return (
507507
<Dialog open={open} onOpenChange={handleCloseModal}>
508-
<DialogContent className='relative flex h-[70vh] flex-col gap-0 overflow-hidden p-0 sm:max-w-[800px]'>
508+
<DialogContent className='flex h-[70vh] flex-col gap-0 overflow-hidden p-0 sm:max-w-[800px]'>
509509
{/* Hidden dummy inputs to prevent browser password manager autofill */}
510510
<input
511511
type='text'

0 commit comments

Comments
 (0)