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:
@@ -18,5 +18,6 @@ export const ReaderProgressBarPageNumber = styled(Typography)({
|
||||
textAlign: 'center',
|
||||
userSelect: 'none',
|
||||
cursor: 'pointer',
|
||||
textWrap: 'nowrap',
|
||||
WebkitTapHighlightColor: 'transparent',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user