mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +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')}
|
placeholder={t('Select a database')}
|
||||||
autoSelect
|
autoSelect
|
||||||
isDisabled={!isDatabaseSelectEnabled || readOnly}
|
isDisabled={!isDatabaseSelectEnabled || readOnly}
|
||||||
|
menuPosition="fixed"
|
||||||
/>,
|
/>,
|
||||||
null,
|
null,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -326,6 +326,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
|
|||||||
optionRenderer={renderTableOption}
|
optionRenderer={renderTableOption}
|
||||||
valueRenderer={renderTableOption}
|
valueRenderer={renderTableOption}
|
||||||
isDisabled={readOnly}
|
isDisabled={readOnly}
|
||||||
|
menuPosition="fixed"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
} else if (formMode) {
|
} else if (formMode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user