fix: modal z-index cleanup (#5234)
This commit is contained in:
parent
2e842333b1
commit
9961cdd7c8
22 changed files with 5 additions and 24 deletions
|
|
@ -64,7 +64,6 @@ const CreateAppModal = ({
|
|||
<Modal
|
||||
isShow={show}
|
||||
onClose={() => {}}
|
||||
wrapperClassName='z-40'
|
||||
className='relative !max-w-[480px] px-8'
|
||||
>
|
||||
<div className='absolute right-4 top-4 p-2 cursor-pointer' onClick={onHide}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue