1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Load fail error, fix scrolled-doc layout

This commit is contained in:
Fred Chasen 2016-09-23 14:38:59 +02:00
parent bef15e3af2
commit 0889e63a29
9 changed files with 130 additions and 61 deletions

View file

@ -578,9 +578,8 @@ Contents.prototype.size = function(width, height){
this.height(height);
}
// if (width >= 0 && height >= 0) {
// this.overflow("hidden");
// }
this.css("margin", "0");
this.css("boxSizing", "border-box");
};