fix: datePicker popup z-index should over modal (#20346)

This commit is contained in:
二货机器人 2019-12-19 16:35:04 +08:00 committed by GitHub
parent 95e45044ee
commit a33acaacf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@
&-dropdown {
.reset-component;
position: absolute;
z-index: @zindex-picker-panel;
z-index: @zindex-picker;
&-hidden {
display: none;