mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +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) => (
|
.map((_, i) => (
|
||||||
<div
|
<div
|
||||||
key={i}
|
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
|
<PDFPage
|
||||||
pageNumber={i + 1}
|
pageNumber={i + 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user