fix: modal z-index cleanup (#5234)

This commit is contained in:
Charles Zhou 2024-06-15 08:09:19 -05:00 committed by GitHub
commit 9961cdd7c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 5 additions and 24 deletions

View file

@ -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}>