Joined October 2014
·
Posted to
Change the Bootstrap NavBar Breakpoint
over 1 year
ago
Hi this tutorial is great, everything work well, one problem I am having is that in the mobile view when the nave bar drops down it is not expanding enough to show all the content within, can any one help?
I have added the following as noted above but this does not seem to have solved the problem
.navbar-collapse.in {
overflow-y: auto !important;
}
Example can be found here on my test site : http://www.andyclarkson.com/vape/index.asp
Managed to fix it ... removed the max-height from the .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px} in the bootstrap.min.css. If any one else has this issue