Skip to content
Permalink
Browse files
Autocomplete: Set initial left position for menu. Fixes #8749 - Autoc…
…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.
@@ -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.