@lukashuggenberg
I’m sorry that you are having this issue. It sounds like the scroll offset is inverted on your website or staging site. A negative scroll offset would cause this exact behavior. Still, in Footnotes, the scroll offset cannot be negative—in per cent from the uppper window edge—so it would be inverted somewhere. The involved template reference-container.html shipped with 2.3 is still okay, as we may check in the relevant snippet:
jQuery('html, body').animate({
scrollTop: l_obj_Target.offset().top - window.innerHeight * [[scroll-offset]]
},
[[scroll-duration]]);
To have a closer look into this issue, I’ve created a new post with 186?footnotes, and run a new test cycle switching themes, JavaScript and hard links enabled status, as well as various scroll offset configurations, prevented from becoming negative per the numbox parameters. But I’m unable to create a situation where the scrolling behavior would deviate from normal and expected. That outcome is congruent with that of the pre-release tests completed before our current v2.3.0—that you’re reporting an issue with—was rolled out.
Trying to track the issue down, we’d need some website configuration information and ideally a link to an online staging page where the bug happens.
Happy and Safe 2021!
Best regards,
@pewgeuges