Marak / buddypond

Cloud OS and Instant Messenger
https://buddypond.com
Other
151 stars 17 forks source link

Scroll top for chat windows should not use absolute value #31

Open Marak opened 2 years ago

Marak commented 2 years ago

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 2 years ago

(Random thoughts) You scroll to the element's height then...? Or brutally the scrollHeight of the parent or content element?