mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
search input sticky
This commit is contained in:
parent
c80136a9a7
commit
8389b94cf5
@ -160,8 +160,12 @@
|
|||||||
.@{select-prefix-cls}-tree-dropdown {
|
.@{select-prefix-cls}-tree-dropdown {
|
||||||
.reset-component;
|
.reset-component;
|
||||||
.@{select-prefix-cls}-dropdown-search {
|
.@{select-prefix-cls}-dropdown-search {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
background: @component-background;
|
||||||
.@{select-prefix-cls}-search__field__wrap {
|
.@{select-prefix-cls}-search__field__wrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user