Skip to content

Commit

Permalink
fix(DatePicker): Increase z-index over Modal (#32061)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored Jan 31, 2025
1 parent 5fc11fb commit 1c1494d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset-frontend/src/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1c1494d

Please sign in to comment.