fix(DatePicker): Increase z-index over Modal (#32061)
This commit is contained in:
parent
5fc11fb706
commit
1c1494d3e0
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue