Mobile navigation scrolls forever

I’m having some issues with my tablet and mobile navigation. I think I’ve fudged some styling somehow but I’m struggling to fix the issue.

Basically if you look at the navigation in tablet and mobile the full screen take over nav just scrolls all the way to the end of the page, how can I make it so it doesn’t do this?

The CSS currently shows that div is dynamically being resized to fit the height of the whole page somehow, I don’t know what is causing this?

Here’s my site link http://bit.ly/2phbXYf

I see the wrapper that the top nav is in. I would take the topnav out of that wrapper and put it inside the “hero-section” in top of the layers. But the “topnav” needs a height (60vh) and set overflow to hidden. That will eliminate the full page blue.

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.