Skip to content

Commit

Permalink
style: fix select focused in input group (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored May 11, 2020
1 parent 181d6ad commit 8d050f1
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 @@ -327,6 +327,10 @@
}
}

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

& > *:first-child,
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection,
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,
Expand Down

0 comments on commit 8d050f1

Please sign in to comment.