Prevents header anchors from interfering with clickable content.

This commit is contained in:
Guido Bouman
2013-11-08 15:52:46 +01:00
parent 4217596377
commit 7473b3b2aa

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;