Fix: z-index of delete account modal (#5277)

This commit is contained in:
KVOJJJin 2024-06-16 20:42:47 +08:00 committed by GitHub
parent 013bffc161
commit baf5490504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,6 @@ export default function AccountPage() {
)}
{showDeleteAccountModal && (
<Modal
wrapperClassName='z-20'
className={classNames('p-8 max-w-[480px] w-[480px]', s.bg)}
isShow={showDeleteAccountModal}
onClose={() => {}}