Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: apply scroll-margin-top to h2, h3 elements
PR-URL: #44414 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- Loading branch information
8f5dee0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going to fix https://nodejs.org/api/crypto.html#crypto? I've just noticed this issue on official docs...
Current behavior (on Chrome for me):
![image](https://user-images.githubusercontent.com/476567/188437252-bbe32779-24c5-4861-9d43-045121d509db.png)
Expected behavior:
![image](https://user-images.githubusercontent.com/476567/188437387-c1c292b9-2194-47a0-a92a-d5dfd63bb289.png)
This might not be related but it would be nice if it worked.