Fix list behaviour in chat page

This commit is contained in:
Julian Lam
2015-07-29 15:22:00 -04:00
parent 53a1e6106e
commit cead53ec86
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
};
Chats.resizeMainWindow = function() {
var messagesList = $('.expanded-chat ul');
var messagesList = $('.expanded-chat .chat-content');
if (messagesList.length) {
var margin = $('.expanded-chat ul').outerHeight(true) - $('.expanded-chat ul').height(),