Skip to content

Commit

Permalink
fix: select table overlay (#13694)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored Mar 26, 2021
1 parent 64f967c commit b247279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export default function DatabaseSelector({
placeholder={t('Select a database')}
autoSelect
isDisabled={!isDatabaseSelectEnabled || readOnly}
menuPosition="fixed"
/>,
null,
);
Expand Down
1 change: 1 addition & 0 deletions superset-frontend/src/components/TableSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
optionRenderer={renderTableOption}
valueRenderer={renderTableOption}
isDisabled={readOnly}
menuPosition="fixed"
/>
);
} else if (formMode) {
Expand Down

0 comments on commit b247279

Please sign in to comment.