Good afternoon guys, my problem is this:
When I open the mobile menu of my site, the height of the scroll remains large (the total size of the page). And I can not add 'fixed' position in the body because my menu has a height greater than 100vh (the menu has scroll Y).
What I need is this: when opening the menu, limit the scroll of the body only to the end of the menu div. This way I could keep scrolling to view the entire menu, but I would not stick with a giant scroll at random.
I'm doing with jquery
My site: www.barradatijuca.com.br
I searched a lot for a solution to my problem and did not find ... I tried to use the scrolltofixed plugin, but it did not work ... Thank you for your attention.