fix draging preview snapshot when using Select in table

https://codesandbox.io/s/xl7myw3p5w
This commit is contained in:
Wei Zhu 2018-09-04 15:45:39 +08:00
parent abd1d5efbb
commit 1ddd1e9cf9

View File

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