pmndrs / react-three-next

React Three Fiber, Threejs, Nextjs starter
https://react-three-next.vercel.app/
MIT License
2.52k stars 342 forks source link

Is there a way to turn off canvas for specific pages? #74

Closed junhyeokkwak closed 2 years ago

junhyeokkwak commented 2 years ago

Is it possible to turn off (or remove) the canvas for specific pages? I'm trying to have a plain React page that is scrollable, but if I just overlay the DOM component over Canvas, I can't scroll the page down as the height is fixed to the window height.