This commit is contained in:
@@ -687,7 +687,6 @@ const BookPage = forwardRef<HTMLDivElement, BookPageProps>(
|
||||
boxSizing: 'border-box',
|
||||
width: `${width}px`,
|
||||
height: `${height}px`,
|
||||
isolation: useHardPage ? undefined : 'isolate',
|
||||
zIndex: 1,
|
||||
...(useHardPage
|
||||
? { backgroundColor: effectiveBackgroundColor, ...bgStyle }
|
||||
|
||||
Reference in New Issue
Block a user