From 709c750c2bed0ad7fe545b25e2e09869eaa04b6b Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 29 May 2017 01:51:13 +0800 Subject: [PATCH] Fix InputNumber feedback z-index issue, close #6289 --- components/input-number/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/input-number/style/index.less b/components/input-number/style/index.less index db26fe3cf..d77286517 100644 --- a/components/input-number/style/index.less +++ b/components/input-number/style/index.less @@ -113,6 +113,7 @@ opacity: 0; border-radius: 0 @border-radius-base @border-radius-base 0; transition: opacity 0.24s linear 0.1s; + z-index: 2; // https://github.com/ant-design/ant-design/issues/6289 } &-handler-wrap:hover &-handler {