Large dropdown menus may be cropped on mobile devices. This CSS fix ensures the proper display of mega menus across all screen sizes.
We've added the following CSS code at the end of the <head> tag:
/* Ensure the mobile navigation is always visible */
.w-nav-overlay {
overflow: visible !important;
}
This code overrides Webflow's default overflow behavior for navigation overlays.
Previous
<aside> ✉️ Select
</aside>
Next
<aside> 🎨 Slider dots
</aside>