Archived topic
Force menu to stay open over Tag
7 replies · Started by Ted on March 11, 2022
Hey! Please check attached URL. When going to the menu in header under "More", the dropdown menu is fine until you scroll over an area where there's a Tag behind the menu. Is there any way to force the menu to take priority instead of disappearing when scrolling over both?
Thanks!
Hi there,
Not sure if I fully understand.
Are you referring to when the navigation is in sticky mode?
If so can you turn on the sticky navigation so we can see?
Hey! Not just in sticky mode.
I’ve added Tags to the top of category pages (like the URL sent).
When you scroll over More in the menu in header, then move down through the subtopics, the menu will disappear when scrolling over the bottom topics as there’s a Tag behind the menu on desktop.
Not exactly sure what you meant by "Tag".
Are you referring to this?
https://www.screencast.com/t/jh7bY1dOX7r
If so that's because the submenu has transparency set.
The problem should be fixed if you use a solid color.
Yeah exactly that; so it’s caused by the transparency? 🤔 Okay, will change to a solid colour. Thanks!
Wait I think I understand the issue now.
Are you using the container link from GB pro?
If so try adding this CSS:
.gb-container-link {
z-index: unset;
}
that worked great, thx!
No problem :)