Revert "fix: select table overlay (#13694)" (#13901)

This reverts commit b247279ffe.
This commit is contained in:
Erik Ritter 2021-03-31 18:47:38 -07:00 committed by GitHub
parent 6fd62e3f7e
commit 5315d2cc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -245,7 +245,6 @@ export default function DatabaseSelector({
placeholder={t('Select a database')}
autoSelect
isDisabled={!isDatabaseSelectEnabled || readOnly}
menuPosition="fixed"
/>,
null,
);

View File

@ -326,7 +326,6 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
optionRenderer={renderTableOption}
valueRenderer={renderTableOption}
isDisabled={readOnly}
menuPosition="fixed"
/>
);
} else if (formMode) {