Fix standard progress bar transition with large page texts

In case the double page reading mode was used and the current page was a double page, the transition got messed up due to the page text wrapping and growing in height
This commit is contained in:
schroda
2026-07-15 14:34:35 +02:00
parent 79ac2c3d27
commit 7559676e68
2 changed files with 2 additions and 0 deletions

View File

@@ -18,5 +18,6 @@ export const ReaderProgressBarPageNumber = styled(Typography)({
textAlign: 'center',
userSelect: 'none',
cursor: 'pointer',
textWrap: 'nowrap',
WebkitTapHighlightColor: 'transparent',
});