You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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; }
The text was updated successfully, but these errors were encountered: