I'm inspired to create a similar about section on my portfolio website, drawing from the impressive design of
In the about section there, it appears to be 100vh with a side content displaying information that scrolls within the main scroll. Once the side content ends, the section continues scrolling with the rest of the page.
I suspect that ScrollControls from react-three-drei are being used for this effect, but I've encountered limitations when trying to implement it in my React app. When setting the min-height to 100vh and using overflow scroll for sections longer than that, I haven't been successful in replicating the functionality.