mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete dropdown positioned incorrectly in IE.
This commit is contained in:
3
themes/base/jquery.ui.autocomplete.css
vendored
3
themes/base/jquery.ui.autocomplete.css
vendored
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
.ui-autocomplete {
|
||||
position: absolute;
|
||||
top: 0; /* #8656 */
|
||||
top: 0;
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user