@@ -824,6 +824,16 @@ input.search_field, textarea.search_field {
min-width: 90px !important;
max-width: 140px !important;
}
+.ui-menu {
+ max-height: 250px;
+ overflow: auto;
+}
+.ui-menu .ui-menu-item {
+ font-size: 13px;
+.ui-menu .ui-menu-item:not(:last-child) {
+ border-bottom: 1px solid #ccc;
.suggestions-outer {
top: calc(100% + 2px);
background: #fff;