]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete dropdown...
authorScott González <scott.gonzalez@gmail.com>
Tue, 30 Oct 2012 20:26:42 +0000 (16:26 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 30 Oct 2012 20:26:42 +0000 (16:26 -0400)
themes/base/jquery.ui.autocomplete.css

index b9835baa13f222dbe2190ed78cccf90e2b1ad512..39f9001a212be9dc688aa9f407205821a04d7107 100644 (file)
@@ -10,6 +10,7 @@
  */
 .ui-autocomplete {
        position: absolute;
-       top: 0; /* #8656 */
+       top: 0;
+       left: 0;
        cursor: default;
 }