Native webflow nav menu element doesn't respect burger menus styling on mobile

Hi everyone,

I’m encountering an issue with Webflow’s native navbar element on mobile.

I have styled the navbar_menu the way I want it and it already shows perfect in the designer. However, in the preview and on the live site, my styling doesn’t display… as if it doesn’t push the styles to the preview/live site…

Someone also had the same problem and knows a fix? Want to avoid building a custom menu…

Appreciate any help.

Cheers

Here is my site Read-Only:
https://preview.webflow.com/preview/david-mayrhofer?utm_medium=preview_link&utm_source=designer&utm_content=david-mayrhofer&preview=e49b523d79446d45e7dba3fda51d3a7c&workflow=preview

Apparently webflow has a class “w-nav-overlay” that causes this issue.

Fixed it by overwriting the overflow:hidden to overflow:visible !important.

Now it works as intended.