This is happening to me again… I have to be doing something wrong.
I’m using Pro 2.5.5 on WordPress 5.1.1. I’ve created a header that uses the Navigation Inline element. When I mouse-over a menu item with sub-items under it, the dropdown does not appear.
I’ve followed the advice from this thread without success: https://theme.co/apex/forum/t/navigation-drop-down-behind-element/55711
Note that I have been experiencing “double scroll bars” on this site, so I added this CSS to Theme Options > Global CSS:
body {
overflow-y: hidden;
}
Even if I remove that from the Global CSS, I still have the same problem. Can you guys help me again?