Answer the question
In order to leave comments, you need to log in
How to make it open only the desired sub-menu?
There is a menu in li of which one more menu is nested, in li of which one more is nested.
When I hover over the parent li, both the sub-menu and the sub-sub-menu open.
How can this be avoided? code pen
Answer the question
In order to leave comments, you need to log in
.nav-link-container:hover > ul{
height: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question