mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix Select[onSearch] overflow scroll
This commit is contained in:
parent
12e1735255
commit
ba227bbe54
@ -253,7 +253,7 @@
|
|||||||
.@{select-prefix-cls}-search__field__mirror {
|
.@{select-prefix-cls}-search__field__mirror {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 9999px;
|
left: -9999px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user