Skip to content

Commit

Permalink
Autocomplete: Set initial left position for menu. Fixes #8749 - Autoc…
Browse files Browse the repository at this point in the history
…omplete dropdown positioned incorrectly in IE.
  • Loading branch information
scottgonzalez committed Oct 30, 2012
1 parent a688e7c commit d693ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/base/jquery.ui.autocomplete.css
Expand Up @@ -10,6 +10,7 @@
*/
.ui-autocomplete {
position: absolute;
top: 0; /* #8656 */
top: 0;
left: 0;
cursor: default;
}

0 comments on commit d693ce5

Please sign in to comment.