Skip to content

Back to top link in mobile footer should be customizable #620

Description

@flacoman91

In the Application Footer component, at mobile widths, there is a "Back to top" button.

The default link set is just a #

Clicking the link takes you to the hostname with a # appended to it. Will this cause issues in our apps that have hashrouting (react router)

If your application relies on url parameters or any other state, it causes a reload of the site with no other parameters

What are our options here?

  1. Allow users to set a path with an anchor tag like some/path#location1 ?
  2. JS code to scroll top? window.scrollTo(0, 0);

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions