Skip to content

Instantly share code, notes, and snippets.

@m4mohaiman
Last active April 12, 2022 07:29
Show Gist options
  • Save m4mohaiman/84e4be9579589ee46f41e967c5990b56 to your computer and use it in GitHub Desktop.
Save m4mohaiman/84e4be9579589ee46f41e967c5990b56 to your computer and use it in GitHub Desktop.
Smooth scroll to top of the page
scrollTopBtn.onClick = () => {
window.scrollTo({
top:0,
behavior: 'smooth'
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment