Skip to content

Commit

Permalink
fix(Dropdown): z-Index over Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Dec 19, 2024
1 parent 0518b03 commit 4cbb66c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset-frontend/src/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export const GlobalStyles = () => (
.echarts-tooltip[style*='visibility: hidden'] {
display: none !important;
}
.antd5-dropdown,
.ant-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 {
Expand Down

0 comments on commit 4cbb66c

Please sign in to comment.