fix: modal z-index and cleanup (#4978)

This commit is contained in:
Charles Zhou
2024-06-06 09:28:13 -05:00
committed by GitHub
parent 2539e56514
commit 1ccba85c91
9 changed files with 2 additions and 11 deletions

View File

@@ -87,7 +87,6 @@ const Authorization: FC<Props> = ({
return (
<Modal
title={t(`${i18nPrefix}.authorization`)}
wrapperClassName='z-50 w-400'
isShow={isShow}
onClose={onHide}
>