mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Fix Continuous Scroll Bug
Fixed bug related to following issues: https://github.com/futurepress/epub.js/issues/1295 https://github.com/futurepress/epub.js/issues/1303
This commit is contained in:
parent
3565e476c9
commit
d6609a7bb1
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class Stage {
|
||||||
container.style.lineHeight = "0";
|
container.style.lineHeight = "0";
|
||||||
container.style.verticalAlign = "top";
|
container.style.verticalAlign = "top";
|
||||||
container.style.position = "relative";
|
container.style.position = "relative";
|
||||||
|
container.style.overflowAnchor = "none";
|
||||||
|
|
||||||
if(axis === "horizontal") {
|
if(axis === "horizontal") {
|
||||||
// container.style.whiteSpace = "nowrap";
|
// container.style.whiteSpace = "nowrap";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue