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

pull/5282/head
KVOJJJin 2 years ago committed by GitHub
parent 013bffc161
commit baf5490504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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={() => {}}

Loading…
Cancel
Save