Skip to content

Commit

Permalink
fixed issues with navigation to specific location and scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherevatin committed Mar 3, 2025
1 parent d572bd8 commit e3c2768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/epubjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,7 @@ export default `
(a.style.lineHeight = "0"),
(a.style.verticalAlign = "top"),
(a.style.position = "relative"),
(a.style.overflowAnchor = "none"),
"horizontal" === r &&
((a.style.display = "flex"),
(a.style.flexDirection = "row"),
Expand Down

0 comments on commit e3c2768

Please # to comment.