Browse Source

Merge pull request #493 from guidobouman/master

Prevent header anchors from interfering with clickable content in docs.
main
Paul O’Shannessy 12 years ago
parent
commit
155e62b86d
  1. 1
      _css/react.scss

1
_css/react.scss

@ -80,6 +80,7 @@ h1, h2, h3, h4, h5, h6 {
&.anchor {
position: relative;
top: -$navHeight;
z-index: -1;
> a {
color: $darkTextColor;
position: relative;

Loading…
Cancel
Save