From 5315d2cc2da5b899733c17d9b00cc6bb5dc6ffe5 Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Wed, 31 Mar 2021 18:47:38 -0700 Subject: [PATCH] Revert "fix: select table overlay (#13694)" (#13901) This reverts commit b247279ffed4660bdbc6d66cd6a44e0104bc253f. --- superset-frontend/src/components/DatabaseSelector/index.tsx | 1 - superset-frontend/src/components/TableSelector/index.tsx | 1 - 2 files changed, 2 deletions(-) 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) {