alvarotrigo / alvarotrigo/react-fullpage

Can't scroll outside the ReactFullPage.Wrapper on Next.js

Abierto
#424 4 comentarios 0 reacciones 0 asignados Ver en GitHub
question
Lenguaje dominante
JavaScript
Estrellas
1.3k
Forks
172
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### 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:

```
"use client";
import ReactFullpage from "@fullpage/react-fullpage";

export default function Home() {
return (
<>
{
return (


hi




hi




hi




hi




);
}}
/>
OUTSIDE


);
}
```

### Steps to reproduce it
1. Setup Next.js app.
2. Replace code in /src/app/page.tsx with the above
3. Load the app.
4. Try and scroll down the page past the bottom 'section'

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.