react-spring icon indicating copy to clipboard operation
react-spring copied to clipboard

Parallax has double/inner scrollbar.

Open ugoi opened this issue 1 year ago • 0 comments

Which react-spring target are you using?

  • [ ] @react-spring/web
  • [ ] @react-spring/three
  • [ ] @react-spring/native
  • [ ] @react-spring/konva
  • [ ] @react-spring/zdog

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

ugoi avatar Feb 17 '24 07:02 ugoi