diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx index 12334a1b090a1..b5bd38a6f68f7 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx @@ -18,6 +18,7 @@ */ import { t, + styled, SupersetTheme, FeatureFlag, isFeatureEnabled, @@ -96,6 +97,18 @@ const engineSpecificAlertMapping = { }, }; +const TabsStyled = styled(Tabs)` + .ant-tabs-content { + display: flex; + width: 100%; + overflow: inherit; + + & > .ant-tabs-tabpane { + position: relative; + } + } +`; + const googleSheetConnectionEngine = 'gsheets'; interface DatabaseModalProps { @@ -1232,7 +1245,7 @@ const DatabaseModal: FunctionComponent = ({ /> - = ({ /> {showDBError && errorAlert()} - + ) : ( = ({ ) : ( <> - {/* Dyanmic Form Step 1 */} + {/* Dynamic Form Step 1 */} {!isLoading && (!db ? (