mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-05 18:17:58 +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 {
|
&-dropdown {
|
||||||
.reset-component;
|
.reset-component;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: @zindex-picker-panel;
|
z-index: @zindex-picker;
|
||||||
|
|
||||||
&-hidden {
|
&-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user