Skip to content

Window scrolling #7

Description

@Rainbowlemon

On a traditional pageload, the page will be scrolled to the top. This is especially important when navigating from a long page to another page - being in the middle of the new page is disorienting. A short-term solution would be to use the following after a DOM write:

document.body.scrollTop = document.documentElement.scrollTop = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions