fixed pdf viewer size
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user