DEV Community

Discussion on: Instagram Style Route as Modal in Next.js

Collapse
 
mxmzb profile image
Maxim

Thanks a lot, fantastic video!

I think you can prevent the scrolling in your case by adding scroll={false} to the Link which opens the currency page (see nextjs.org/docs/api-reference/next...).