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 a059372 commit 0207316Copy full SHA for 0207316
app/src/protyle/export/index.ts
@@ -184,7 +184,7 @@ const renderPDF = async (id: string) => {
184
</head>
185
<body style="-webkit-print-color-adjust: exact;">
186
<div id="action">
187
- <div style="flex: 1;overflow: auto;">
+ <div style="flex: 1;overflow-y:auto;overflow-x:hidden">
188
<div class="b3-label">
189
<div>
190
${window.siyuan.languages.exportPDF0}
0 commit comments