Hello!
есть такой код https://codepen.io/Sparks_/pen/EdYEdE
There are several nested lists for the category directory.
All categories are not placed at a given height because of what scrolling was required, but as soon as I set scrolling (overflow-y: scroll;), hover immediately stops working and nested lists do not work.
Tell me how you can leave the scrolling, and when you hover over the list item to show another list or another item?
Opens by click, the rest by hover. it turns out so - either the list is scrolled, but the nested one does not open.
If you remove the parent overflow-y: scroll; , then the nested list by hover, opens, but the parent does not fit the entire list of categories in height.
This property is in .outter_catalog li: hover .inner_group.
Thank.