Link to Fiddle: https://jsfiddle.net/n3tzbn4o/3/
Snippet of CSS:
/* Styling for Menu element */
.menu {
position: relative;
z-index: 100;
height: 40px;
width: 100%;
}
Whenever the cursor hovers over Menu 3
> '2015' > Assesments not submitted
, it progresses to the next menu. However, it does not happen in this scenario: https://jsfiddle.net/n3tzbn4o/4/ when the second sub menu does not have another sub menu.
Seeking a resolution for this issue.