Weird Overflow hidden problem with mobile nav?

https://preview.webflow.com/preview/arkbm-47f6c6?preview=0a180db1c0ca7dd252e3b5830fa288b2

I can’t get the nav to be visible past the hero section on tablet & mobile.

Any ideas?

I had to fix with jquery but I don’t want to do that on launch.

$(‘.w-nav-button’).on(‘click’,function(){$(‘.w-nav-overlay’).css(‘overflow’,‘visible’);});


Here is my public share link: LINK
(how to access public share link)

I think the issue is that you over-reacted and made the z-index value on your menu element 9999999999999.

The maximum value you can use for z-index (as far as I know, anyway) is 9999; your current value is being ignored.

I figured it out. Thanks your tip made me think of something I was completely overlooking again. “[ ] Menu fills page height.”

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