steveseguin / social_stream

Consolidate your live social messaging streams and much more
http://socialstream.ninja/
GNU General Public License v3.0
516 stars 74 forks source link

Fix: message box would stop scrolling #214

Closed felippenardi closed 2 months ago

felippenardi commented 2 months ago

The scrollTop was fixed in pixels, meaning when there was more messages then the given heigth, it would stay stuck at a scrollTop position. Now it will dynamically add heigth to the scrolltop and prevent the messages from stop scrolling.