Summary
I tried to create a side navigation which contains several menus by using mat-nav and mat-menu, then its menu open by mouseenter.
But, the second menu didn't open its submenu.
I don't know how to cope with this problem, want to get some advice.
Help...
What I checked
It seems that the first's submenu overlay prevent the second being done.
So, when I checked mouseenter from bottom to top,(The second to the first) then it worked.
Sample
I created a sample. Here is my stackblitz. (Please click a hamburger menu on header, then hover side menu from to bottom.)
https://stackblitz.com/edit/angular-g88bvg
Expectation
My Expectation is to open the second menu when I do hover side navigation from top to bottom.
And, I want the floating menu to stay until another menu is focused.