/* Local modifications to jquery ui theme so the original stays intact */ .ui-progressbar { height: 0.5em; overflow: hidden; text-align: left; } .ui-autocomplete { max-height: 20em; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; }