You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with Next.js and trying to use React Fullpage on the homepage. Everything is set up and working however if I add content outside of the wrapper I am unable to scroll to it. If I grab the scrollbar and pull it down I can see the content, but it just gets snapped back up to the last panel in the wrapper.
Link to isolated reproduction with no external CSS / JS
The scroll beyond fullpage.js is not a fully working feature yet.
I'd recommend you to place that content inside the fullPage.js wrapper and use "scrollOverflow". This way you'll be able to scroll normally within the last section.
Otherwise, try removing these styles from yourreact-root wrapper.
Ideally I'd like the content outside of the fullPage.js wrapper as it is the footer and would like to keep it in the layout rather than the page so it can be used across all pages as opposed to having to render a new version for each page navigation.
Description
I am working with Next.js and trying to use React Fullpage on the homepage. Everything is set up and working however if I add content outside of the wrapper I am unable to scroll to it. If I grab the scrollbar and pull it down I can see the content, but it just gets snapped back up to the last panel in the wrapper.
Link to isolated reproduction with no external CSS / JS
edit reproduction here:
https://stackblitz.com/edit/nextjs-gwceuj?file=pages%2Findex.js
I wasn't sure how to set up a codesandbox for Next.js, but started a fresh Next.js project and added this to page.tsx:
Steps to reproduce it
The text was updated successfully, but these errors were encountered: