Question

Is there a twitter bootstrap theme with a sidebar showing ToC of the current page, like the right one here: http://ruhoh.com/docs/2

I like the affix+scrollspy stack, but If You have a lot of headings You can't see them all, since You can't scroll affix's sidebar.

Bootstrap docs suffer from the same issue:

enter image description here

Was it helpful?

Solution

Yup! Check out the following:

In both cases, you will have to add scrollspy on your own though.

OTHER TIPS

Have you tried the pre-scrollable class?

try to go to bootstrap page and put the class after the affix class

http://getbootstrap.com/components/#progress

the div should look like this

<div class="bs-sidebar hidden-print affix pre-scrollable" role="complementary">

It will have a scroolbar on sidebar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top