소스 검색

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

KVOJJJin 1 년 전
부모
커밋
baf5490504
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      web/app/components/header/account-setting/account-page/index.tsx

+ 0 - 1
web/app/components/header/account-setting/account-page/index.tsx

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