Display: fixed for search results
This commit is contained in:
parent
188e554b7b
commit
75161b6556
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ $.Autocompleter.Select = function (options, input, select, config) {
|
|||
element = $("<div/>")
|
||||
.hide()
|
||||
.addClass(options.resultsClass)
|
||||
.css("position", "absolute")
|
||||
.css("position", "fixed")
|
||||
.appendTo(document.body);
|
||||
|
||||
list = $("<ul/>").appendTo(element).mouseover( function(event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue