Make header and footer/form work without overflowing

This commit is contained in:
lilia 2014-07-22 17:26:20 -10:00
parent df95a7f71a
commit 9082781e09
3 changed files with 33 additions and 22 deletions

View file

@ -9,7 +9,7 @@ var Whisper = Whisper || {};
itemView: Whisper.MessageView,
render: function() {
$('#main').html('').append(this.el);
$('#main .message-container').html('').append(this.el);
}
});
})();