fix: select table overlay (#13694)

This commit is contained in:
AAfghahi 2021-03-26 10:39:39 -04:00 committed by GitHub
parent 64f967cb2d
commit b247279ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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