@martin.sauter we’re working on a fix but in the meantime please feel free to downgrade to 1.11 which you can access from your account area at https://my.bricksbuilder.io/.
There is also an issues with the dropdowns when you have the dropdown set to activate on hover, it no longer adds a ::before psueudo element to allow you to move your mouse into the dropdown content. For instance if you have the content sitting much lower, the moment you move the mouse down and outside of the li.brxe-dropdown to move into the dropdown content, that gap in between the two items will close the dropdown.
I have the exact same issue. I also have it in the normal NAV MENU element where I have a SUBMENU. The moment I hover over the SUBMENU to drop it down it also disappears. I have to move my mouse further away as what the menu size is to see the menu again when I move my mouse over the top menu. This after 1.11.1 update.
looks like you updated it to add an ::after element to the dropdown content i see. But it looks like it sometimes doesnt work on websites and I cant pinpoint why.
if you try to add a border radius to the dropdown content but you want the entire link inside the dropdown to be clickable like in the orange area you have to set the dropdown to overflow: hidden; which causes the after element to be ignored. just means its something people need to be aware of and change implementation to add radius to the first and last child within the dropdown instead of the dropdown content.