Browse Source

Fix InputNumber feedback z-index issue, close #6289

pull/6291/head
afc163 8 years ago
parent
commit
709c750c2b
  1. 1
      components/input-number/style/index.less

1
components/input-number/style/index.less

@ -113,6 +113,7 @@
opacity: 0; opacity: 0;
border-radius: 0 @border-radius-base @border-radius-base 0; border-radius: 0 @border-radius-base @border-radius-base 0;
transition: opacity 0.24s linear 0.1s; transition: opacity 0.24s linear 0.1s;
z-index: 2; // https://github.com/ant-design/ant-design/issues/6289
} }
&-handler-wrap:hover &-handler { &-handler-wrap:hover &-handler {

Loading…
Cancel
Save