fix: Input.TextArea clear icon disappears (#24360)

* [#24359]: fix this issues

details: https://github.com/ant-design/ant-design/issues/24359

* fix css order
This commit is contained in:
Mr.jiangzhiguo 2020-05-21 22:55:52 +08:00 committed by GitHub
parent a518a2b0b1
commit 4066f2f624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,5 +47,6 @@
position: absolute;
top: 0;
right: 0;
z-index: 1;
margin: 8px 8px 0 0;
}