Hi community, I have been facing an issue with scrolltrigger animation when preventing the address bar from hiding in mobile. I have replicated my HTML structure in the below codepen demo. I just wanted to keep the address bar visible always and able to trigger the animations on scroll.
After setting the overflow and position properties, the address bar is fixed now. But the scrolltrigger animations are not working as expected.
The animations are getting triggered only using scroll wheel and not by touch swipe.