Read the github documentation, bug is well know and it was suppose to have been fixed in 2.1..
but it hasn’t?
Essentially… you can offset the data the scrollspy uses HOWEVER that offset does NOT affect the actual clicking of the tab.
Any help on finding a solution?
This is the site I am trying to fix: http://www.powerliftingbasics.com
As per @fat’s comment on Issue #3316: Scrollspy Bugs:
That is, ScrollSpy just observes, it doesn’t control browser scroll.
The Twitter Bootstrap page solves it by using a
padding-top: 30pxon the sections that are linked to. Otherwise you could deal with it with JS:Obviously the CSS fix would be preferable.