jQuery.scrollIntoView icon indicating copy to clipboard operation
jQuery.scrollIntoView copied to clipboard

Wrong position when scrolling up

Open tjakober opened this issue 11 years ago • 0 comments

When scrolling up, the scroll position is out of view. It moves too far. on Source code Line 55 should be: if (elY <= pY) scrollTo(pEl, elY-pH); // scroll up instead of if (elY <= pY) scrollTo(pEl, elY); // scroll up

tjakober avatar Mar 23 '14 12:03 tjakober