mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 14:50:57 +00:00
Merge pull request #626 from a-khajelou/patch-1
the custom parent bug for positioning
This commit is contained in:
commit
2a68f0f86f
@ -336,6 +336,7 @@
|
||||
|
||||
parentOffsetDiff = $container.offsetParent().offset();
|
||||
styles.top -= parentOffsetDiff.top;
|
||||
styles.top += containerParent.scrollTop;
|
||||
styles.left -= parentOffsetDiff.left;
|
||||
|
||||
if (!that.visible){
|
||||
|
Loading…
Reference in New Issue
Block a user