Skip to content

Instantly share code, notes, and snippets.

@Ivannnnn
Created September 1, 2022 10:06
Show Gist options
  • Save Ivannnnn/03544f6cec0179853d17519cb61329a6 to your computer and use it in GitHub Desktop.
Save Ivannnnn/03544f6cec0179853d17519cb61329a6 to your computer and use it in GitHub Desktop.
function scrollToBottom() {
const scrollingElement = document.scrollingElement || document.body;
scrollingElement.scrollTop = scrollingElement.scrollHeight;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment