Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Scroll to top after route change #18

@grtjn

Description

@grtjn

Route changes don't always move focus back to top of page. This will make sure it does, add to ui/src/router.js:

$router.afterEach(() => {
window.scrollTo(0, 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