Skip to content

Commit

Permalink
style: fix select focused in input group
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed May 9, 2020
1 parent 015109b commit fc46242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@
}
}

& > .@{ant-prefix}-select-focused {
z-index: 1;
}

// update z-index for arrow icon
& > .@{ant-prefix}-select > .@{ant-prefix}-select-arrow {
z-index: 1; // https://github.com/ant-design/ant-design/issues/20371
Expand Down

0 comments on commit fc46242

Please sign in to comment.