Is it possible to display a hover menu below the main menu?
My two hover menus are currently displayed above the main menu.
I would like to have them displayed like this, but I haven't found a way.
Is it possible to display a hover menu below the main menu?
My two hover menus are currently displayed above the main menu.
I would like to have them displayed like this, but I haven't found a way.
you can modify the window-level/ z-index of the submenu, however the problem is that then there might be a conflict between the hover recognitions. You can try it:
Thank you @Andreas_Hegenberg, I had missed that.
Currently works for me. I have set the icons around the hover menu to be hidden:
The menu only flickers when I return from the hover menu.
Is it possible to use a condition (if) that only starts the action to show the menu when it is not yet visible?