.ui-autocomplete {
    max-height: 400px;
    width: 500px;
    overflow-y: auto;
    prevent horizontal scrollbar
    overflow-x: hidden;     
 }
