fix problem hover

This commit is contained in:
hamid zarghami
2026-01-07 10:52:03 +03:30
parent 3997811379
commit a62688e151
3 changed files with 37 additions and 1 deletions
+2
View File
@@ -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))}