mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +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 {
|
&-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…
Reference in New Issue
Block a user