I've encountered an issue with a sticky-top navbar that has dropdowns with multiple buttons each. On smaller devices, the navbar gets cropped and I'm unable to access the lower buttons. I'm looking for a solution to add scrolling to this navbar.
Currently, I'm using Bootstrap 4.0 and the navbar behaves like this:
In Bootstrap 3.3.7, it was simpler and looks like this: https://getbootstrap.com/docs/3.3/examples/navbar-fixed-top/
Try changing the window height to 300px to see the issue. I need assistance in implementing scrolling for the sticky-top collapsed navbar.