Currently, I have integrated React Spring Parallax () into my project found at this link: https://codesandbox.io/s/parallax-sticky-scroll-2zd58?file=/src/App.js
Upon clicking the button to navigate to the next section, it is noticeable that the image overflows into the succeeding section. Due to React spring positioning everything in absolute terms, adjusting each section to overflow hidden becomes an unmanageable task.
Are there any suggestions on how to successfully apply overflow hidden to confine the content within each section?