jquery-autocomplete
jquery-autocomplete copied to clipboard
Vertical position fix
The vertical position calculation not works well in some cases. Using 'document' instead of 'window' on line 442 fixes the problem:
var totalHeight = $(document).outerHeight();