This is an automated email from the ASF dual-hosted git repository. SBIN2010 pushed a commit to branch fix/modal-z-index in repository https://gitbox.apache.org/repos/asf/superset.git
commit f0799b692a6a9b12dd6a941f4b390deb1eb5dec2 Author: SBIN2010 <[email protected]> AuthorDate: Tue Jul 28 23:52:45 2026 +0300 fix index UNSAVED_CHANGES_MODAL_Z_INDEX --- .../superset-ui-core/src/components/UnsavedChangesModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx b/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx index bfbbfc8a17d..7babd3c9beb 100644 --- a/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx +++ b/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx @@ -22,7 +22,7 @@ import type { FC, ReactElement } from 'react'; // Ant Design's default modal zIndex is 1000. Using a higher value ensures // this dialog always renders above other open modals (e.g. a draggable View SQL modal). -const UNSAVED_CHANGES_MODAL_Z_INDEX = 1100; +const UNSAVED_CHANGES_MODAL_Z_INDEX = 1300; export type UnsavedChangesModalProps = { showModal: boolean;
