This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch geido/fix/datepicker-zindex in repository https://gitbox.apache.org/repos/asf/superset.git
commit 7308ba44f0d9f57ab0d993241fe83c37875d5747 Author: Diego Pucci <[email protected]> AuthorDate: Fri Jan 31 14:52:42 2025 +0100 fix(DatePicker): Increase z-index over Modal --- superset-frontend/src/GlobalStyles.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superset-frontend/src/GlobalStyles.tsx b/superset-frontend/src/GlobalStyles.tsx index 7829f2ff58..09a2792dde 100644 --- a/superset-frontend/src/GlobalStyles.tsx +++ b/superset-frontend/src/GlobalStyles.tsx @@ -47,7 +47,8 @@ export const GlobalStyles = () => ( .ant-dropdown, .ant-select-dropdown, .antd5-modal-wrap, - .antd5-modal-mask { + .antd5-modal-mask, + .antd5-picker-dropdown { z-index: ${theme.zIndex.max} !important; }
