- shutdown Adium
- apply the fix given here: https://news.softpedia.com/news/how-to- ... 7933.shtml
- fix also the scrollToBottom() function in:
/Applications/Adium.app/Contents/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html
Details::
Code: Select all
function scrollToBottom() {
window.scrollTo(0, document.body.scrollHeight);
return;
}
We need to repeat the fix as Renkoo overrides the scrollToBottom function.
This lacks fluidity but does the scrolling anyway

If someone can improve on this simple version, please don't hesitate
