mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Set the z-index of the menu to be above the text field.
This commit is contained in:
parent
415141fe89
commit
f49d91289d
1
ui/jquery.ui.autocomplete.js
vendored
1
ui/jquery.ui.autocomplete.js
vendored
@ -235,6 +235,7 @@ $.widget("ui.autocomplete", {
|
||||
}
|
||||
}
|
||||
})
|
||||
.zIndex(this.element.zIndex() + 1)
|
||||
// workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781
|
||||
.css({ top: 0, left: 0 })
|
||||
.position({
|
||||
|
Loading…
Reference in New Issue
Block a user