node icon indicating copy to clipboard operation
node copied to clipboard

doc: HTML API docs' fixed header obscures anchored content

Open mscdex opened this issue 2 years ago • 1 comments

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.

mscdex avatar Mar 10 '22 18:03 mscdex

This doesn't seem fixed to me: https://nodejs.org/dist/latest-v18.x/docs/api/util.html#utilparseargsconfig

targos avatar Aug 03 '22 06:08 targos