improve scroll to bottom in chat

This commit is contained in:
Mario Vavti 2016-04-01 10:20:10 +02:00
parent 5d884c2f3d
commit a564f495a7

View File

@ -119,7 +119,7 @@ $(window).resize(function () {
else {
adjustInlineTopBarHeight();
}
$('#chatTopBar').scrollTop($('#chatTopBar').scrollTop() + $('#chatTopBar').outerHeight(true));
$('#chatTopBar').scrollTop($('#chatTopBar').prop('scrollHeight'));
});
$('#chat-form').submit(function(ev) {