Display: fixed for search results

This commit is contained in:
Steffen van Bergerem 2015-06-21 20:57:37 +02:00
parent 188e554b7b
commit 75161b6556

View file

@ -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) {