v4.6.1 (#497)
This commit is contained in:
@@ -39,7 +39,7 @@ const MyModal = ({
|
||||
minW={['90vw', '400px']}
|
||||
maxW={maxW}
|
||||
position={'relative'}
|
||||
maxH={'90vh'}
|
||||
maxH={['80vh', '85vh']}
|
||||
{...props}
|
||||
>
|
||||
{!title && onClose && <ModalCloseButton zIndex={1} />}
|
||||
|
||||
Reference in New Issue
Block a user