Users Pricing

forum

home / developersection / forums / making twitter bootstrap navbar-fixed-top scrollable

Making Twitter Bootstrap navbar-fixed-top scrollable

Anonymous User 3589 15 Jun 2013
Hi Expert,

I have Twitter Bootstrap navbar:

  <div class="navbar navbar-fixed-top">
     <div class="navbar-inner">
       <div class="container">

It's working great but I want to make it scrollable, not stuck at the top.

Changing navbar-fixed-top to navbar-top solve the scroll issue but makes the contents of the navbar start from the beggining of the screen instead of the grid like it's the case with navbar-fixed-top.

Why is that and how can I fix it?


I am a content writter !


1 Answers