From 8d050f1f499d32ecf4468f7c353a32bc119a8100 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 11 May 2020 21:49:50 +0800 Subject: [PATCH] style: fix select focused in input group (#2224) --- components/input/style/mixin.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/input/style/mixin.less b/components/input/style/mixin.less index d122c0f52..21e7d3114 100644 --- a/components/input/style/mixin.less +++ b/components/input/style/mixin.less @@ -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,