I am trying to create pure non-responsive template using bootstrap,
example http://getbootstrap.com/examples/non-responsive/
above example is working great, but if i resize the browser window to small size then horizontal scroll bar is shown but when i move the scroll bar to right, it doesnt show the navbar contents at right side, the navbar doesnt scroll.
how do imake the navbar too scroll, so i can see the right side contents on the NavBar.
i have tried adding the
overflow:scroll;
.navbar-fixed-top
but it adds scrollbar to the navbar .