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
{{ message }}
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.
ul.ui-autocomplete (that displays autocomplete results) is position: absolute (from jquery-ui.css) but has element style top: 0px and left: 0px. The results are hiding under my position: fixed header.
How can I move result list to below input? I shouldn't have to resort to jquery to modify the dom structure.
Thanks
Amanda
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ul.ui-autocomplete (that displays autocomplete results) is position: absolute (from jquery-ui.css) but has element style top: 0px and left: 0px. The results are hiding under my position: fixed header.
How can I move result list to below input? I shouldn't have to resort to jquery to modify the dom structure.
Thanks
Amanda
The text was updated successfully, but these errors were encountered: