* html .ui-autocomplete {
  height: expression( this.scrollHeight > 140 ? "140px" : "auto" );
}