We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea091 commit 6711ac7Copy full SHA for 6711ac7
.github/workflows/new_release.yml
@@ -57,8 +57,10 @@ jobs:
57
<title>GitHub Pages deployed!</title>
58
</head>
59
<body>
60
- <iframe src="./main.pdf" width="100%" height="100%" frameborder="0">
61
- </iframe>
+ <div style="position: absolute; left: 0; right: 0; bottom: 0; top: 0;">
+ <iframe src="./main.pdf" width="100%" height="100%" frameborder="0">
62
+ </iframe>
63
+ </div>
64
</body>
65
</html>
66
EOL
0 commit comments