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:
lilia 2014-08-24 21:03:20 -07:00
parent 546cdf82cb
commit 2f0b0f7a1b
3 changed files with 41 additions and 0 deletions

View file

@ -30,6 +30,7 @@ var Whisper = Whisper || {};
render: function() {
this.$el.show().insertAfter($('#gutter'));
resizer();
return this;
}
});