mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
fix: safari pdf overflow issue fixed (#466)
This commit is contained in:
committed by
GitHub
parent
587433fcd5
commit
1dd3a398d8
@ -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