Skip to content

Commit

Permalink
fix(module:date-picker): fix z-index to auto in inline mode (#7172)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Feb 16, 2022
1 parent f419c07 commit 26006f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/date-picker/style/patch.less
Expand Up @@ -6,5 +6,8 @@
&-range-arrow {
display: none !important;
}
&-dropdown {
z-index: auto;
}
}
}

0 comments on commit 26006f6

Please sign in to comment.