You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When your reload a page that is scrolled down half the way the scrollbars height calculation breaks. This can be fixed by adding the scrollers scrollTop value to the calculation:
line 93:
var contentHeight = scrollData.clearer.position().top -
scrollData.content.position().top +
scrollData.scroller.scrollTop();
The text was updated successfully, but these errors were encountered:
When your reload a page that is scrolled down half the way the scrollbars height calculation breaks. This can be fixed by adding the scrollers scrollTop value to the calculation:
line 93:
The text was updated successfully, but these errors were encountered: