fix Select[onSearch] overflow scroll

This commit is contained in:
afc163 2016-10-24 11:34:50 +08:00
parent 12e1735255
commit ba227bbe54

View File

@ -253,7 +253,7 @@
.@{select-prefix-cls}-search__field__mirror {
position: absolute;
top: 0;
left: 9999px;
left: -9999px;
white-space: pre;
pointer-events: none;
}