mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +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 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 9999px;
|
||||
left: -9999px;
|
||||
white-space: pre;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user