From e7f48a6c00dd96e330b39a967b518dc2f68c4e83 Mon Sep 17 00:00:00 2001 From: Guido Bouman Date: Fri, 8 Nov 2013 15:52:46 +0100 Subject: [PATCH] Prevents header anchors from interfering with clickable content. --- docs/_css/react.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_css/react.scss b/docs/_css/react.scss index a2e0aab3c9..02c0f35f6d 100644 --- a/docs/_css/react.scss +++ b/docs/_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;