dillon1000/react

Commit

Make doc headers clickable again

...without preventing clicks on other things.

Just use an `<a name="...">` tag that doesn't take up any space to make sure that we're not covering up something else.

For whatever reason, doing `position: relative; top: -$navHeight;` doesn't work and causes the anchor target not to be moved up. This solution works in both Chrome and Firefox.
Browse files
Changed paths2 files
First-parent comparison
M docs/_css/react.scss ModifiedM docs/_plugins/header_links.rb Modified
Patch

Files changed

Rendering syntax-highlighted changes…