jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

Vertical position fix

Open buzoganylaszlo opened this issue 10 years ago • 0 comments

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();

buzoganylaszlo avatar Nov 07 '14 17:11 buzoganylaszlo