manicatorman/thebreadbook.org

Nav bar is hidding content when accessing anchor

germinolegrand opened this issue · 1 comments

When you click on a link in the summary for exemple, or a footnote, you end up scrolling too much because the anchors is positionned under the fixed top bar.
This is due to a booststrap bug... twbs/bootstrap#1768 quite boresome...

A quick fix that works as far as i've seen :
*[id]:before { display: block; content: " "; margin-top: -100px; height: 100px; visibility: hidden; }

I just updated the site - I don't think this is still an issue. Thanks for the heads up.