Archived topic
primary nav drop downs behaving badly (in ms edge)
7 replies · Started by sparkle on May 11, 2021
hi there, my client complained to me that their submenu items are jumpy and difficult to get to click before disappearing. i can verify this happens to me too on ms edge (see recording) , but not on firefox, chrome or safari.
how can i fix that?
Hi there,
You sticky cart panel is blocking the submenu:
https://www.screencast.com/t/exSzYG9G
Let me know if you need further assistance :)
adding info from the client... she sees it on safari and chrome and we are both on macs if that's helpful.
oh! thanks for your reply! i have no idea where that comes from.... is it a setting in generatepress?
it seems like when we put something in the cart, it behaves fine. i don't have any special sticky cart enabled or css for anything like that.
I can see some custom CSS that changed the position of the sticky cart panel, so it blocks the menu.
You can try this CSS:
#masthead {
z-index: 999;
}
Let me know :)
thank you. that worked perfectly!
:)
No problem :)