Browse Source

fix draging preview snapshot when using Select in table

https://codesandbox.io/s/xl7myw3p5w
pull/12055/head
Wei Zhu 6 years ago
parent
commit
1ddd1e9cf9
  1. 5
      components/select/style/index.less

5
components/select/style/index.less

@ -251,10 +251,11 @@
&-search__field__mirror { &-search__field__mirror {
position: absolute; position: absolute;
top: -9999px; top: 0;
left: -9999px; left: 0;
white-space: pre; white-space: pre;
pointer-events: none; pointer-events: none;
opacity: 0;
} }
&-search--inline { &-search--inline {

Loading…
Cancel
Save