Skip to content

Anchors make the title to stay too high on page #3731

@ivanuria

Description

@ivanuria

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    generalIssue or pull request that is not specific to any particular part of the course material

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions