From 1c1494d3e06c60468881d24cc6faa73c1129f4dc Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:59:35 +0100 Subject: [PATCH] fix(DatePicker): Increase z-index over Modal (#32061) --- 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 7829f2ff5..09a2792dd 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; }