jQuery.scrollIntoView
jQuery.scrollIntoView copied to clipboard
Wrong position when scrolling up
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