mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Merge pull request #493 from guidobouman/master
Prevent header anchors from interfering with clickable content in docs.
This commit is contained in:
@@ -80,6 +80,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
&.anchor {
|
||||
position: relative;
|
||||
top: -$navHeight;
|
||||
z-index: -1;
|
||||
> a {
|
||||
color: $darkTextColor;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user