buddypond
buddypond copied to clipboard
Improved `scrollToBottom()` logic for chat windows
Currently the scroll top is set to 9999.
This should be a relative value instead of an absolute value.
It should only be a one line change if done correctly.
(Random thoughts) You scroll to the element's height then...? Or brutally the scrollHeight of the parent or content element?