File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,15 +185,15 @@ export function SignUpModal({
185
185
186
186
return (
187
187
< Dialog open = { isOpen } onOpenChange = { onClose } >
188
- < DialogContent className = "sm:max-w-[425px] fixed top-[50%] left-[50%] transform -translate-x-[50%] -translate-y-[50%] p-0" >
188
+ < DialogContent className = "sm:max-w-[425px] fixed top-[50%] left-[50%] transform -translate-x-[50%] -translate-y-[50%] p-0 max-h-[90vh] overflow-y-auto " >
189
189
< VisuallyHidden >
190
190
< DialogTitle > Sign Up</ DialogTitle >
191
191
< DialogDescription >
192
192
Create an account by entering your information below
193
193
</ DialogDescription >
194
194
</ VisuallyHidden >
195
195
196
- < BackgroundGradient className = "rounded-[22px] p-4 bg-white dark:bg-zinc-900" >
196
+ < BackgroundGradient className = "rounded-[22px] p-4 bg-white dark:bg-zinc-900 overflow-hidden " >
197
197
< div className = "w-full" >
198
198
{ registrationSuccess ? (
199
199
< >
You can’t perform that action at this time.
0 commit comments