diff --git a/superset-frontend/src/components/DatabaseSelector/index.tsx b/superset-frontend/src/components/DatabaseSelector/index.tsx index 34060bc5faaea..75103aac3ce04 100644 --- a/superset-frontend/src/components/DatabaseSelector/index.tsx +++ b/superset-frontend/src/components/DatabaseSelector/index.tsx @@ -245,7 +245,6 @@ export default function DatabaseSelector({ placeholder={t('Select a database')} autoSelect isDisabled={!isDatabaseSelectEnabled || readOnly} - menuPosition="fixed" />, null, ); diff --git a/superset-frontend/src/components/TableSelector/index.tsx b/superset-frontend/src/components/TableSelector/index.tsx index 09f5a3a48dd41..f6f4020b209f3 100644 --- a/superset-frontend/src/components/TableSelector/index.tsx +++ b/superset-frontend/src/components/TableSelector/index.tsx @@ -326,7 +326,6 @@ const TableSelector: FunctionComponent = ({ optionRenderer={renderTableOption} valueRenderer={renderTableOption} isDisabled={readOnly} - menuPosition="fixed" /> ); } else if (formMode) {