Skip to content
Permalink
Browse files
Autocomplete: Set initial left position for menu. Fixes #8749 - Autoc…
…omplete dropdown positioned incorrectly in IE.

(cherry picked from commit d693ce5)
  • Loading branch information
scottgonzalez committed Nov 8, 2012
1 parent 48398bc commit 8f0daea
Showing 1 changed file with 2 additions and 1 deletion.
@@ -10,7 +10,8 @@
*/
.ui-autocomplete {
position: absolute;
top: 0; /* #8656 */
top: 0;
left: 0;
cursor: default;
}

0 comments on commit 8f0daea

Please sign in to comment.