I’m using the Webflow Nav component. I have this issue where the dropdown menu is getting cutoff. Looking at the published source and see there is an overlay class set to overflow hidden that is causing the issue. Once I changed it in Chrome Dev CSS, it appeared. I am using an absolute pos element on a section below the header but I set the menu to z-index 9999 thinking that is the issue. I hid my hero section with the absolute pos and the problem still persists.
Thanks for responding but the subnav dropdown is an absolute positioned element. The container only controls the hamburger menu button. When i set that it only effects the button.
This is what it looks like in Designer but in publish it looks like my original post. So its hard to troubleshoot when designer is not displaying reality.
hi @stunami have looked on it before and there is overflow: hidden pre-set with WF as you have set overflow: visible on affected element. To overwrite WF setting you will need one line of custom CSS but … I didn’t checked all your setup if there is possibility to avoid custom code that will be better as this behaviour is not normal.