Entity search menu improvements: sorting and max height
This commit is contained in:
parent
6eaf1dbb3f
commit
4deacf11d6
2 changed files with 9 additions and 2 deletions
|
@ -40,6 +40,12 @@
|
|||
margin-right: 36px;
|
||||
}
|
||||
|
||||
.entity-search-element .entity-menu {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
.entity-search-element .dropdown {
|
||||
vertical-align: middle;
|
||||
position: absolute;
|
||||
|
|
Reference in a new issue