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
1. Describe the bug
When using useScroll target option with an element that has a fixed height (1000px for example), the scroll progress immediately jumps to 1.
After this, when I scroll down the progress goes from 1 to 0 and when going up from 0 to 1.
If I apply a height of 100vh then this doesn't happen.
2. IMPORTANT: Provide a CodeSandbox reproduction of the bug