My dropdown menu does not seem to work or it seems to open behind the next block. Can anyone have a look as I am not sure why it suddenly does not work. It has been fine for months, but I probably touched something.
I just took a look and the ‘Padding Global block’ class in the Navbar has an overflow: hidden setting, which hides the dropdown when it opens. Changing it to overflow: visible will allow the dropdown to show.
Since this class is used elsewhere, make sure the change doesn’t negatively affect other parts of the site (where maybe that overflow:hidden setting is set for a reason). You could create a combo class, like ‘Overflow visible’, to limit the change to the nav instance.