Forum Discussion
SophieSue
Jul 11, 2023Brass Contributor
Mega Menu dropdowns disappear too quickly
The hub site Mega Menu in sharepoint online has become all but unusable for us. Mechanisms for triggering the drop-down menus are inconsistent: sometimes you need to click it, sometimes just hover. O...
mwventura
Dec 13, 2023Copper Contributor
For those still dealing with this, I was able to solve this through CSS: I simply moved the menu up 15px, which (with our compact layout menu and font selection, etc.) puts the mega menu just underneath the top-level items, so when you move your mouse downward you are already in the megamenu, keeping it on-screen. This of course requires having ability to update CSS -- we use the ShortPoint app which gives us easy access for that.
The CSS:
.ms-Callout-main { top: -15px!important; }
The CSS:
.ms-Callout-main { top: -15px!important; }