diff --git a/superset-frontend/src/GlobalStyles.tsx b/superset-frontend/src/GlobalStyles.tsx index 4a42c9bfb..19f2c2d10 100644 --- a/superset-frontend/src/GlobalStyles.tsx +++ b/superset-frontend/src/GlobalStyles.tsx @@ -39,10 +39,13 @@ export const GlobalStyles = () => ( .echarts-tooltip[style*='visibility: hidden'] { display: none !important; } + .ant-popover, .antd5-dropdown, - .ant-dropdown { + .ant-dropdown, + .ant-select-dropdown { z-index: ${theme.zIndex.max}; } + // TODO: Remove when buttons have been upgraded to Ant Design 5. // Check src/components/Modal for more info. .ant-modal-confirm {