I have a menu that was created using Bootstrap 4. I am using CSS to show all sub menus on the opening of the main li (Products). Everything is working as expected however the container is not recognizing that the the nested submenu is open and therefore not adapting to the correct height. The staging website is . I'm looking to get the container (#main-menu) to adapt in height to include the sub menus.
I have a menu that was created using Bootstrap 4. I am using CSS to show all sub menus on the opening of the main li (Products). Everything is working as expected however the container is not recognizing that the the nested submenu is open and therefore not adapting to the correct height. The staging website is http://bgp.captchaintherye. I'm looking to get the container (#main-menu) to adapt in height to include the sub menus.
Share Improve this question asked Apr 16, 2020 at 12:25 Mike OberdickMike Oberdick 1214 bronze badges1 Answer
Reset to default 0Seems as though it was as simple as making those nested drop downs relative position and setting top to 0.