fixed pdf viewer size

This commit is contained in:
2026-03-31 23:58:51 +02:00
parent d645266130
commit 1b2f828297
+2 -2
View File
@@ -37,7 +37,7 @@
color: var(--text); color: var(--text);
font-family: var(--sans); font-size: 15px; font-family: var(--sans); font-size: 15px;
font-weight: 300; line-height: 1.7; font-weight: 300; line-height: 1.7;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased; overflow: hidden;
} }
/* ── SIDEBAR ─────────────────────────────────────── */ /* ── SIDEBAR ─────────────────────────────────────── */
@@ -295,7 +295,7 @@
</head> </head>
<body> <body>
<iframe id="pdfFrame" style="width:100vw; height:100vh; border:none;"></iframe> <iframe id="pdfFrame" style="width:100%; height:100vh; border:none;"></iframe>
<script> <script>
// Read the filename from the URL // Read the filename from the URL