1
0
Fork 0
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:
btpf 2022-11-29 12:46:06 -05:00
parent 3565e476c9
commit d6609a7bb1

View file

@ -47,6 +47,7 @@ class Stage {
container.style.lineHeight = "0";
container.style.verticalAlign = "top";
container.style.position = "relative";
container.style.overflowAnchor = "none";
if(axis === "horizontal") {
// container.style.whiteSpace = "nowrap";