Skip to content

Instantly share code, notes, and snippets.

@sakshstore
Created September 2, 2022 09:23
Show Gist options
  • Save sakshstore/a4259a92892525725cea332d6fc4bb10 to your computer and use it in GitHub Desktop.
Save sakshstore/a4259a92892525725cea332d6fc4bb10 to your computer and use it in GitHub Desktop.
const scrollToTop = (element) => element.scrollIntoView({ behavior: "smooth" });
// Usage
scrollToTop(document.querySelector("#element"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment