mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 13:22:42 +01:00
add overflow-auto to show all content in Modal (#4140)
This commit is contained in:
parent
64ff5df083
commit
f45798b5dd
@ -90,6 +90,7 @@ export function Modal({
|
||||
flex
|
||||
flex-col
|
||||
${heightOverride ? `h-${heightOverride}` : "max-h-[90vh]"}
|
||||
overflow-auto
|
||||
`}
|
||||
>
|
||||
{onOutsideClick && !hideCloseButton && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user