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
2 changed files with 2 additions and 0 deletions

View File

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