]> 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>
Thu, 8 Nov 2012 22:51:34 +0000 (17:51 -0500)
(cherry picked from commit d693ce5324f6f3be8479ef083e4eaf3c705ef043)

themes/base/jquery.ui.autocomplete.css

index 05ae3108f12a26ab21f74d48e1d8d18b99d44098..57bb7e793a802969a4a23edf202958a75f17fb0e 100644 (file)
@@ -10,7 +10,8 @@
  */
 .ui-autocomplete {
        position: absolute;
-       top: 0; /* #8656 */
+       top: 0;
+       left: 0;
        cursor: default;
 }