mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 03:14:07 +08:00
fix: datePicker popup z-index should over modal (#20346)
This commit is contained in:
parent
95e45044ee
commit
a33acaacf4
@ -160,7 +160,7 @@
|
||||
&-dropdown {
|
||||
.reset-component;
|
||||
position: absolute;
|
||||
z-index: @zindex-picker-panel;
|
||||
z-index: @zindex-picker;
|
||||
|
||||
&-hidden {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user