This commit is contained in:
Archer
2023-11-20 19:20:55 +08:00
committed by GitHub
parent 9c4eabfc9e
commit 0558379ddb
26 changed files with 571 additions and 497 deletions

View File

@@ -39,7 +39,7 @@ const MyModal = ({
minW={['90vw', '400px']}
maxW={maxW}
position={'relative'}
maxH={'90vh'}
maxH={['80vh', '85vh']}
{...props}
>
{!title && onClose && <ModalCloseButton zIndex={1} />}