add overflow-auto to show all content in Modal (#4140)

This commit is contained in:
Arun Philip 2025-03-15 14:56:19 -04:00 committed by GitHub
parent 64ff5df083
commit f45798b5dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,7 @@ export function Modal({
flex flex
flex-col flex-col
${heightOverride ? `h-${heightOverride}` : "max-h-[90vh]"} ${heightOverride ? `h-${heightOverride}` : "max-h-[90vh]"}
overflow-auto
`} `}
> >
{onOutsideClick && !hideCloseButton && ( {onOutsideClick && !hideCloseButton && (