So I have a header nav bar that’s 70px high. In there are two accordion items, which I can hover and select the menu content but then it de-focuses and it’s a pain in the rear to catch again:
Is there a way to force the menu open? Anything I try doesn’t keep it open.
Thx.
Hi Toby, if you send a video it will be easier to understand your issue.
The accordion stays open in it’s deafult state, so you must have modified that behaviour somehow.
Another thing that could be triggering this behavior is Z-indexing or Z-axis, make sure you don’t have other elements that are on top of your menu (like modals, popups etc)