Skip to content

Commit 26006f6

Browse files
authored
fix(module:date-picker): fix z-index to auto in inline mode (#7172)
1 parent f419c07 commit 26006f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/date-picker/style/patch.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
&-range-arrow {
77
display: none !important;
88
}
9+
&-dropdown {
10+
z-index: auto;
11+
}
912
}
1013
}

0 commit comments

Comments
 (0)