Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trick autocomplete in ui dialog #39

Open
gtraxx opened this issue Aug 2, 2011 · 0 comments
Open

trick autocomplete in ui dialog #39

gtraxx opened this issue Aug 2, 2011 · 0 comments

Comments

@gtraxx
Copy link

gtraxx commented Aug 2, 2011

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 :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant