We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you navigate to a link with an anchor (for example https://fake.build/fake-gettingstarted.html#One-note-on-Intellisense), the section header is (partially) hidden under the sticky top nav bar.
Please provide the steps required to reproduce the problem
Navigate to the URL above
Observe the section header isn't visible once the page loads.
a) scroll a bit down b) apply a top-padding of ~50px (or the exact height of the nav bar) to all anchors? This seems to work for me in simple testing.
The text was updated successfully, but these errors were encountered:
I added a page-level style of .anchor { padding-top: 50px; } and all links in the side table of contents started working correctly.
.anchor { padding-top: 50px; }
Sorry, something went wrong.
@baronfel Can you please send a PR for this?
Successfully merging a pull request may close this issue.
Description
When you navigate to a link with an anchor (for example https://fake.build/fake-gettingstarted.html#One-note-on-Intellisense), the section header is (partially) hidden under the sticky top nav bar.
Repro steps
Please provide the steps required to reproduce the problem
Navigate to the URL above
Observe the section header isn't visible once the page loads.
Expected behavior
Actual behavior
Known workarounds
a) scroll a bit down
b) apply a top-padding of ~50px (or the exact height of the nav bar) to all anchors? This seems to work for me in simple testing.
The text was updated successfully, but these errors were encountered: