fix(DatePicker): Increase z-index over Modal (#32061)

This commit is contained in:
Geido 2025-01-31 15:59:35 +01:00 committed by GitHub
parent 5fc11fb706
commit 1c1494d3e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}