-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
generalIssue or pull request that is not specific to any particular part of the course materialIssue or pull request that is not specific to any particular part of the course material
Description
When clicked on an anchor or accessed to a anchored link like this one the title remains too high and barely with margin to the top. Though navigating downwards make the header become transparent, navigating upwards makes the title of the section disapear behind the header.
It is advisable to define a scroll margin on the elements with an id defined to make the element to stay a bit more than the headers's height (90px in this very case):
[id] {
scroll-margin-top: 90px;
}
shirodune
Metadata
Metadata
Assignees
Labels
generalIssue or pull request that is not specific to any particular part of the course materialIssue or pull request that is not specific to any particular part of the course material