Created
April 1, 2016 18:57
-
-
Save popey456963/c60a16ed0d9b8f7b26df135590f455fb to your computer and use it in GitHub Desktop.
Better Auto-scroll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.setInterval(function() { | |
var elem = document.getElementById('robinChatWindow'); | |
elem.scrollTop = elem.scrollHeight; | |
}, 100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment