Currently working on creating my portfolio website, and I have implemented a very dynamic parallax homepage with multiple layers. My goal is to enable one-page scrolling by using vh units. However, I encountered an issue where the div containing the about section slides under the homepage when the viewport height is reduced significantly. It seems like the homepage is not adjusting to make space for the about section, almost as if there is an offset present. I have attempted using clear under the first div but it did not solve the problem. Please see the screenshot of the issue here: I suspect that the problem lies within the CSS properties of the parallax effect, which are structured as shown in this link: It appears that the layers of parallax - #parabg, #scene, and #home - act as wrappers. Any suggestions or insights on how to resolve this issue would be greatly appreciated. Thank you!