Leigh Halliday Posted on Apr 23, 2020 Instagram Style Route as Modal in Next.js #react #tutorial #nextjs Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Maxim Maxim Maxim Follow I am Maxim Zubarev, a software engineer, who helps people to become successful freelancers, and companies to build game-changing software. Location Worldwide Work Freelance consultant Joined Apr 21, 2019 • Sep 19 '20 Dropdown menu Copy link Hide 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...). Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Thanks a lot, fantastic video!
I think you can prevent the scrolling in your case by adding
scroll={false}
to theLink
which opens the currency page (see nextjs.org/docs/api-reference/next...).