mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Prevents header anchors from interfering with clickable content.
This commit is contained in:
committed by
Paul O’Shannessy
parent
d3cee1ee2e
commit
e7f48a6c00
@@ -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