fix: modal z-index and cleanup (#4978)
This commit is contained in:
@@ -87,7 +87,6 @@ const Authorization: FC<Props> = ({
|
||||
return (
|
||||
<Modal
|
||||
title={t(`${i18nPrefix}.authorization`)}
|
||||
wrapperClassName='z-50 w-400'
|
||||
isShow={isShow}
|
||||
onClose={onHide}
|
||||
>
|
||||
|
Reference in New Issue
Block a user