Skip to content

Commit 8d050f1

Browse files
authored
style: fix select focused in input group (#2224)
1 parent 181d6ad commit 8d050f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/input/style/mixin.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@
327327
}
328328
}
329329

330+
& > .@{ant-prefix}-select-focused {
331+
z-index: 1;
332+
}
333+
330334
& > *:first-child,
331335
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection,
332336
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,

0 commit comments

Comments
 (0)