Skip to content

Commit

Permalink
Excised a bit too much out of viewport.js
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 2, 2014
1 parent 585ff22 commit fa2afb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imp/js/viewport.js
Expand Up @@ -556,8 +556,10 @@ var ViewPort = Class.create({
}

this.opts.list_container.setStyle({
cssFloat: 'none',
height: (h + (lh * this.page_size)) + 'px'
});
this.opts.content.setStyle({ width: 'auto' });
break;
}

Expand Down

0 comments on commit fa2afb4

Please sign in to comment.