fix: modal z-index cleanup (#5234)

This commit is contained in:
Charles Zhou
2024-06-15 08:09:19 -05:00
committed by GitHub
parent 2e842333b1
commit 9961cdd7c8
22 changed files with 5 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ const InviteModal = ({
return (
<div className={cn(s.wrap)}>
<Modal overflowVisible isShow onClose={() => {}} className={cn(s.modal)} wrapperClassName='z-20'>
<Modal overflowVisible isShow onClose={() => {}} className={cn(s.modal)}>
<div className='flex justify-between mb-2'>
<div className='text-xl font-semibold text-gray-900'>{t('common.members.inviteTeamMember')}</div>
<XMarkIcon className='w-4 h-4 cursor-pointer' onClick={onCancel} />