I noticed that anchor links slide under the navbar. This is similar to https://github.com/facebook/docusaurus/issues/2907 and likely caused by the increase of the height of the navbar caused by the BLM banner.
The anchor appears in view at the top of the page
The anchor appears at the top of the page hidden under the navbar

The padding of anchors appears to be set in the Gatsby theme here:
https://github.com/reactjs/reactjs.org/blob/master/src/theme.js#L286-L292
Confirmed, thanks for filing this @claudiopro. Do you want to submit a PR to fix it?
@rickhanlonii @claudiopro Can I try this?
@harshilparmar yeah! Let me know if you need any help getting set up.
Hey, I hope it's ok but I took the liberty of looking into this issue and made a PR with a potential fix.
I have a fix for this. Can I do this?
@claudiopro @rikhanlonii ^
@rickhanlonii
@kavin25 Go for it :+1:
I am not able to find this component and css for this. I have been able to implement it with inspect element, in chrome though. I found that there is a markdownremark being passed to markdownpage. The markdownremark comes from a data object, which is passed as props. But I am not able to find where the docs.js component is being called.
This is my first time, so will be very helpful if someone can help
Nevermind... I managed to do it. Will make a pr in few mins
Have created a PR
Thanks for the fix!
Most helpful comment
Nevermind... I managed to do it. Will make a pr in few mins