pmndrs / react-spring

✌️ A spring physics based React animation library
http://www.react-spring.dev/
MIT License
27.73k stars 1.18k forks source link

Parallax has double/inner scrollbar. #2255

Open ugoi opened 4 months ago

ugoi commented 4 months ago

Which react-spring target are you using?

What version of react-spring are you using?

9.7.3

What's Wrong?

There are two scrollbars with Parallax effect.

To Reproduce

Try creating new react project with latest version of vite. Then do npm i @react-spring/parallax and paste this code from codesandbox one to one. You should notice 2 scrollbars instead of one.

Browser: Safari Device: MacBook Pro m1

https://codesandbox.io/embed/vertical-parallax-h1rrv?codemirror=1

Expected Behaviour

There should be one scrollbar.

Link to repo

https://codesandbox.io/embed/vertical-parallax-h1rrv?codemirror=1