Entity search menu improvements: sorting and max height

This commit is contained in:
Joseph Schorr 2015-04-23 12:12:54 -04:00
parent 6eaf1dbb3f
commit 4deacf11d6
2 changed files with 9 additions and 2 deletions

View file

@ -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;