mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
PDF without navbar (#3041)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
e0e9249270
commit
134a4fe10c
@ -82,7 +82,7 @@
|
||||
<iframe
|
||||
class="pdfviewer-content"
|
||||
style:margin={$deviceInfo.minWidth ? '.5rem' : '1.5rem'}
|
||||
src={getFileUrl(file) + '#view=FitH'}
|
||||
src={getFileUrl(file) + '#view=FitH&navpanes=0'}
|
||||
title=""
|
||||
/>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user