mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 12:39:14 +08:00
Fix: z-index of delete account modal (#5277)
This commit is contained in:
parent
013bffc161
commit
baf5490504
@ -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…
x
Reference in New Issue
Block a user