Hi, it's me again, I've achieved what I wanted both on desktop and mobile but on the latter I have this new problem of the addresbar messing things up.
Let me explain, on mobile I have positioned this "isthmo" logo right above the bottom of the page, if I swipe up it goes on top, if I swipe down it goes back to the starting point. The address bar keeps getting in the way, I don't think u can see the problem on the codepen due to its structure so I'll attach some screenshots from the real website.
I tried: ScrollTrigger.normalizeScroll(true);
but it wasn't working well, plus disabled the page refreshing swiping down
Should I try:
ScrollTrigger.config({ ignoreMobileResize: true})
Thanks for your patience