mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
Display: fixed for search results
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user