Scroll top for chat windows should not use absolute value
Marak opened this issue · 1 comments
Marak commented
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.
lifehome commented
(Random thoughts) You scroll to the element's height then...?
Or brutally the scrollHeight of the parent or content element?