fix(cosmetic): Fix Datasource Modal Out Of Box (#20237)

This commit is contained in:
jiAng 2022-06-03 21:58:32 +08:00 committed by GitHub
parent 80b5578680
commit 5c02ab7aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ const StyledDatasourceModal = styled(Modal)`
.modal-footer {
flex: 0 1 auto;
}
.ant-modal-body {
overflow: visible;
}
`;
interface DatasourceModalProps {