I have a fairly simple home page that currently contains a navbar with two dropdown menus. One of menus contains a large number of entries but it doesn't allow me to scroll to the end of the list.
I created a fixed-top navbar with a navbar-brand, a home link and two dropdown menus. One of the menus is short with just 2 items and the other contains about 32 items.
Everything renders fine but when I open the larger of the two menus, it displays most of the items but will not allow me to scroll to the rest.
I expected the navbar to stay fixed to the top of the page while I could scroll all the way to the bottom of the large menu.