mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
updated bower, bug fixes
This commit is contained in:
parent
e7839220f2
commit
1fdbf609f5
8 changed files with 69 additions and 32 deletions
|
@ -78,7 +78,7 @@ EPUBJS.View.prototype.display = function(contents) {
|
|||
|
||||
// Reset Body Styles
|
||||
this.document.body.style.margin = "0";
|
||||
// this.document.body.style.display = "inline-block";
|
||||
this.document.body.style.display = "inline-block";
|
||||
this.document.documentElement.style.width = "auto";
|
||||
|
||||
setTimeout(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue