beautyjoy / llab

Lightweight lab curriculum system
7 stars 13 forks source link

In Page Anchor links are consumed by the fixed header #121

Open cycomachead opened 9 years ago

cycomachead commented 9 years ago

Until fixed, this page demonstrates the issue: http://bjc-edc.github.io/bjc-r/cur/programming/1-introduction/TG/overview.html (Click on a link at the top of the page.)

Issue appears regradless of screen size.

Commit for reference: 0c2228f13ffce32665eb036f32e9d81c2de86e97

Solution: Adding a padding-top == height of the nav bar + 10px, and set margin-top to negative of that same value.

The question is -- how should we find all elements that need to be adjusted?