Get overflow scrolls working
Had to resort to a resize event handler. A bit slow at times, but it works.
This commit is contained in:
parent
546cdf82cb
commit
2f0b0f7a1b
3 changed files with 41 additions and 0 deletions
|
@ -30,6 +30,7 @@ var Whisper = Whisper || {};
|
|||
|
||||
render: function() {
|
||||
this.$el.show().insertAfter($('#gutter'));
|
||||
resizer();
|
||||
return this;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue