Reputation: 3170
On new version of twitter bootstrap, all the examples shows a sidebar fixin on left top side of the page when scrolling, but older versions I remember used to display this sidebar after the principal navbar fixed on top of the page.
On new version is there a way to fixed top this "sidebar" nav?
Upvotes: 1
Views: 1671
Reputation: 544
You need to use the affix
property.
See the full details in the documentation: http://rc.getbootstrap.com/javascript.html#affix
Upvotes: 1