Skip to content

Fixed navbar obscures content during linking #1694

@crertel

Description

@crertel

If you follow a link to an anchor on a page, that will get scrolled to the top. However, the navbar is outside the flow and will obscure it.

Example:

https://nixos.org/values/#community-values-whatis

Image

Possible solutions:

  • Anchor the navbar to the beginning of the page instead of having it float.
  • Move the content to its own div and force it to render below the navbar (margin top trick or similar)
  • Something else

Metadata

Metadata

Assignees

No one assigned

    Labels

    designAbout the design refresh work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions