Aristo-jQuery-UI-Theme icon indicating copy to clipboard operation
Aristo-jQuery-UI-Theme copied to clipboard

trick autocomplete in ui dialog

Open gtraxx opened this issue 14 years ago • 0 comments

Hello, working with aristo, I quickly realized that using the autocomplete in a dialog box has display problem. But I find a good method. .ui-autocomplete { background:white; max-height: 250px; overflow-y: auto; /* prevent horizontal scrollbar / overflow-x: hidden; / add padding to account for vertical scrollbar / padding-right: 20px; z-index:1003 !important; z-index:1003; } / Option */ .ui-autocomplete-loading { background: white url(images/loader.gif) right center no-repeat; }

Best regards :)

gtraxx avatar Aug 02 '11 14:08 gtraxx