Make header and footer/form work without overflowing
This commit is contained in:
parent
df95a7f71a
commit
9082781e09
3 changed files with 33 additions and 22 deletions
|
@ -9,7 +9,7 @@ var Whisper = Whisper || {};
|
|||
itemView: Whisper.MessageView,
|
||||
|
||||
render: function() {
|
||||
$('#main').html('').append(this.el);
|
||||
$('#main .message-container').html('').append(this.el);
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue