From 1813c09ff54f8308af6613740043951acbe1451f 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 7829f2ff58859..09a2792dde114 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; }