mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: safari pdf overflow issue fixed (#466)
This commit is contained in:
committed by
Mythie
parent
5002a475d1
commit
5ea4a16e36
@ -207,7 +207,7 @@ export const PDFViewer = ({
|
||||
.map((_, i) => (
|
||||
<div
|
||||
key={i}
|
||||
className="border-border my-8 overflow-hidden rounded border first:mt-0 last:mb-0"
|
||||
className="border-border my-8 overflow-hidden rounded border will-change-transform first:mt-0 last:mb-0"
|
||||
>
|
||||
<PDFPage
|
||||
pageNumber={i + 1}
|
||||
|
||||
Reference in New Issue
Block a user