mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
refactor: fix select style in an elegant way
This commit is contained in:
parent
fb1e1cc8fc
commit
16c4ce09d7
@ -236,9 +236,9 @@
|
|||||||
.@{select-prefix-cls}-search__field__mirror {
|
.@{select-prefix-cls}-search__field__mirror {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 9999px;
|
left: 0;
|
||||||
|
z-index: -1;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> i {
|
> i {
|
||||||
|
Loading…
Reference in New Issue
Block a user