Chore/v2/fix auto zoom (#4903)

This commit is contained in:
Reece Browne
2025-11-18 13:43:52 +00:00
committed by GitHub
parent 15b8447626
commit a8ea0b60cf
3 changed files with 20 additions and 66 deletions
@@ -191,7 +191,6 @@ export function LocalEmbedPDF({ file, url, enableAnnotations = false, onSignatur
height: '100%',
width: '100%',
position: 'relative',
overflow: 'hidden',
flex: 1,
minHeight: 0,
minWidth: 0,
@@ -287,8 +286,6 @@ export function LocalEmbedPDF({ file, url, enableAnnotations = false, onSignatur
minHeight: 0,
minWidth: 0,
contain: 'strict',
display: 'flex',
justifyContent: 'center',
}}
>
<Scroller