fix(cosmetic): Fix Datasource Modal Out Of Box (#20237)
This commit is contained in:
parent
80b5578680
commit
5c02ab7aaf
|
|
@ -49,10 +49,6 @@ const StyledDatasourceModal = styled(Modal)`
|
|||
.modal-footer {
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.ant-modal-body {
|
||||
overflow: visible;
|
||||
}
|
||||
`;
|
||||
|
||||
interface DatasourceModalProps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue