fixed pdf viewer size
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@
|
||||
color: var(--text);
|
||||
font-family: var(--sans); font-size: 15px;
|
||||
font-weight: 300; line-height: 1.7;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased; overflow: hidden;
|
||||
}
|
||||
|
||||
/* ── SIDEBAR ─────────────────────────────────────── */
|
||||
@@ -295,7 +295,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<iframe id="pdfFrame" style="width:100vw; height:100vh; border:none;"></iframe>
|
||||
<iframe id="pdfFrame" style="width:100%; height:100vh; border:none;"></iframe>
|
||||
|
||||
<script>
|
||||
// Read the filename from the URL
|
||||
|
||||
Reference in New Issue
Block a user