I have following menu
(i don't know why it doesn't show the 3 icon bars when its collapsed but they are there so you can hover over it and click it it will open up)
code
https://jsfiddle.net/x4mcq4h7/13/
My issue is that when I hover over the list item (yogaclasses) that has a submenu (yogastyles), I can't actually click on it because it goes away whenever i go on it with my mouse.
I have tried to change around the CSS I have but with no luck and I don't know what or where I should look for changing this neither...
I would like it to behave like when you go over the parent list item, it shows the submenu over the underlying one (event menu) so that you can't see the event menu text, and well then of course actually be able to click on it :)
If someone can help me in the right direction I would really appreciate it!
You need to add
z-index
that works fine and make that link clickable,Check this updated jsFiddle