[ANSWERED] html – bootstrap mobile menu not scrolling instead the background is scrolling
Solution 1 : i finally got a fix for this, i gave hieght for the menu and gave overflow scroll .navbar-nav { max-height:400px; overflow-y: scroll; } Solution 2 : Just…