-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: HTML API docs' fixed header obscures anchored content #42286
Labels
doc
Issues and PRs related to the documentations.
Comments
nodejs-github-bot
pushed a commit
that referenced
this issue
Mar 22, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Apr 4, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol
pushed a commit
to juanarbol/node
that referenced
this issue
Apr 5, 2022
PR-URL: nodejs#42165 Fixes: nodejs#42286 Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Apr 6, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
xtx1130
pushed a commit
to xtx1130/node
that referenced
this issue
Apr 25, 2022
PR-URL: nodejs#42165 Fixes: nodejs#42286 Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
May 31, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Jun 27, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 11, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 31, 2022
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
This doesn't seem fixed to me: https://nodejs.org/dist/latest-v18.x/docs/api/util.html#utilparseargsconfig |
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Oct 10, 2022
PR-URL: nodejs/node#42165 Fixes: nodejs/node#42286 Reviewed-By: Antoine du Hamel <[email protected]>
nodejs-github-bot
pushed a commit
that referenced
this issue
May 16, 2024
PR-URL: #45131 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this issue
May 21, 2024
PR-URL: #45131 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
eliphazbouye
pushed a commit
to eliphazbouye/node
that referenced
this issue
Jun 20, 2024
PR-URL: nodejs#45131 Fixes: nodejs#42286 Reviewed-By: Antoine du Hamel <[email protected]>
bmeck
pushed a commit
to bmeck/node
that referenced
this issue
Jun 22, 2024
PR-URL: nodejs#45131 Fixes: nodejs#42286 Reviewed-By: Antoine du Hamel <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jul 19, 2024
PR-URL: #45131 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jul 19, 2024
PR-URL: #45131 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
n/a
Platform
n/a
Subsystem
doc
What steps will reproduce the bug?
Go to the v17.7.0 docs in any section and click one of the links in the list of links at the top of the page. Example.
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
The fixed header should not cover/obscure the content I jumped to.
What do you see instead?
The fixed header covers/obscures the content I jumped to.
Additional information
I tested this on Firefox (97). For some odd reason Chrome (98) doesn't utilize a fixed header at all.
The text was updated successfully, but these errors were encountered: