tfe: add scrollbar=0 to PDF iframe embed params

This commit is contained in:
Pontoporeia
2026-07-06 19:51:42 +02:00
parent fa6d19f767
commit 6573dd5452
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -376,7 +376,7 @@
?>
<div class="tfe-file-item">
<?php if ($isPdf): ?>
<iframe src="<?= $mediaUrl ?>#toolbar=0&navpanes=0"
<iframe src="<?= $mediaUrl ?>#toolbar=0&navpanes=0&scrollbar=0"
class="tfe-file-iframe"
title="<?= $fileName ?>">
</iframe>