fix problem hover
This commit is contained in:
@@ -412,6 +412,8 @@ const BookPage = forwardRef<HTMLDivElement, BookPageProps>(({ page, scale = 1 },
|
||||
boxSizing: 'border-box',
|
||||
width: `${794 * scale}px`,
|
||||
height: `${1123 * scale}px`,
|
||||
isolation: 'isolate',
|
||||
zIndex: 1,
|
||||
}}
|
||||
>
|
||||
{page.elements.map((element, index) => renderObject(element, index))}
|
||||
|
||||
Reference in New Issue
Block a user