Components Jump to...

Jump to top

data-jump-to="top" fixes element to the corner and adds extra top padding to make it easy to click:

[data-jump-to="top"] {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-top: 50vh;
}