Lets say i have a multilevel bootstrap dropdown, which has around 100 of li
and on which when i hover a li
it opens up a dropdown next to the hovered one.
The issue I am facing is if i set max-height:300px; overflow-y:scroll; overflow-x:visible;
on ul
to make sure that the 100's of li are in a scrollable container and the dropdown which opens up on hovering an li
is visible, is not working, the new dropdown which opens on hovering is not visible. overflow-x is not working the way i want it to work.
After opening the dropdown wait for a second to let the locations populate