Skip to content

Commit

Permalink
Fixes white space bug
Browse files Browse the repository at this point in the history
Fixes #299 by setting column-fill to 'auto'
  • Loading branch information
yh54321 committed Dec 11, 2018
1 parent 7de3372 commit 3742307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folioreader/src/main/assets/js/Bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ function preInitHorizontalDirection() {

bodyElement.style.webkitColumnGap = (paddingLeft + paddingRight) + 'px';
bodyElement.style.webkitColumnWidth = pageWidth + 'px';
bodyElement.style.columnFill = 'auto';

//console.log("-> window.innerWidth = " + window.innerWidth);
//console.log("-> window.innerHeight = " + window.innerHeight);
Expand Down

0 comments on commit 3742307

Please sign in to comment.