mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
fix(webhook-notif): modal positioning (#1771)
This commit is contained in:
committed by
GitHub
parent
fe9ebbf81b
commit
3b901b33d1
@@ -505,7 +505,7 @@ export function WebhookSettings({ workflowId, open, onOpenChange }: WebhookSetti
|
||||
|
||||
return (
|
||||
<Dialog open={open} onOpenChange={handleCloseModal}>
|
||||
<DialogContent className='relative flex h-[70vh] flex-col gap-0 overflow-hidden p-0 sm:max-w-[800px]'>
|
||||
<DialogContent className='flex h-[70vh] flex-col gap-0 overflow-hidden p-0 sm:max-w-[800px]'>
|
||||
{/* Hidden dummy inputs to prevent browser password manager autofill */}
|
||||
<input
|
||||
type='text'
|
||||
|
||||
Reference in New Issue
Block a user