fix(layout): make horizontal scroll bar visible in fixed-layout EPUB, closes #3506 (#3512)

And fix some text not shown in fixed-layout EPUB.
This commit is contained in:
Huang Xin
2026-03-11 22:03:05 +08:00
committed by GitHub
parent 51a3767940
commit 64a71e25e4
8 changed files with 14 additions and 5 deletions
@@ -175,6 +175,7 @@ const Annotator: React.FC<{ bookKey: string }> = ({ bookKey }) => {
viewSettings: getViewSettings(bookKey)!,
userLocale: getLocale(),
content: '',
isFixedLayout: bookData.isFixedLayout,
transformers: ['punctuation'],
reversePunctuationTransform: true,
}),