mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix draging preview snapshot when using Select in table
https://codesandbox.io/s/xl7myw3p5w
This commit is contained in:
parent
abd1d5efbb
commit
1ddd1e9cf9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user