fix: modal z-index (#1337)

This commit is contained in:
crazywoola
2023-10-13 14:58:53 +08:00
committed by GitHub
parent 298ad6782d
commit b9d83c04bc
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ const InvitedModal = ({
return (
<div className={s.wrap}>
<Modal isShow onClose={() => {}} className={s.modal}>
<Modal isShow onClose={() => {}} className={s.modal} wrapperClassName='z-20'>
<div className='flex justify-between mb-3'>
<div className='
w-12 h-12 flex items-center justify-center rounded-xl