Merge pull request #493 from guidobouman/master

Prevent header anchors from interfering with clickable content in docs.
This commit is contained in:
Paul O’Shannessy
2013-11-13 12:23:57 -08:00

View File

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