Fix InputNumber feedback z-index issue, close #6289

This commit is contained in:
afc163
2017-05-29 01:51:13 +08:00
parent 85d8137506
commit 709c750c2b
+1
View File
@@ -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 {