Navbar on Mobile

Hello,
This is a portfolio website I’ve been working on for a while. Its not completely optimized and am still fixing issues. The one that I am completely stumped on is the Navbar on mobile. It’s set to show up on mobile but for some reason it doesn’t. I’ve double checked that the z-index is on auto and have tried it on an insanely high number. Outside of this, If you have any layout/setup suggestions, I am all ears. Thanks

kendlelambert.com

https://preview.webflow.com/preview/kendlelambert-com?utm_medium=preview_link&utm_source=designer&utm_content=kendlelambert-com&preview=80c2901d4f1e6cb7e033f7b6158f28af&workflow=preview

Hey there,

The reason you are not seeing your menu is because the parent element, the navbar is set to a fixed pixel size of 80px and has an overflow of hidden. If you turn overflow visible, for example, you’ll see the menu

1 Like