mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: select table overlay (#13694)
This commit is contained in:
@@ -245,6 +245,7 @@ export default function DatabaseSelector({
|
||||
placeholder={t('Select a database')}
|
||||
autoSelect
|
||||
isDisabled={!isDatabaseSelectEnabled || readOnly}
|
||||
menuPosition="fixed"
|
||||
/>,
|
||||
null,
|
||||
);
|
||||
|
||||
@@ -326,6 +326,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
|
||||
optionRenderer={renderTableOption}
|
||||
valueRenderer={renderTableOption}
|
||||
isDisabled={readOnly}
|
||||
menuPosition="fixed"
|
||||
/>
|
||||
);
|
||||
} else if (formMode) {
|
||||
|
||||
Reference in New Issue
Block a user