Hi all, I have a problem with this menu: https://preview.webflow.com/preview/megamenus?preview=b6d51dd9bb692bd9b34e136bd7f527bd
I’ve added the following code to make it overflow on the x-axis, but after publishing it, it still overflows on the y-axis. I can’t give it a fixed height as it prohibits the dropdown menus to appear then.
<style> .Nav { overflow-x: hidden; overflow-y: visible; white-space: nowrap;} </style>
Any ideas on this?
Thanks,
Steyn