Updates
This commit is contained in:
@@ -40,7 +40,7 @@ export default function ModalComponent({ open, setOpen, ...props }: Props) {
|
||||
<Paper
|
||||
{..._.omit(props, ["targetWrapperProps"])}
|
||||
className={twMerge(
|
||||
"z-10 max-w-[500px] bg-background-light dark:bg-background-dark",
|
||||
"z-10 max-w-modal bg-background-light dark:bg-background-dark",
|
||||
"w-full relative max-h-[95vh] overflow-y-auto",
|
||||
"twui-modal-content",
|
||||
props.className
|
||||
|
||||
Reference in New Issue
Block a user