Skip to content

Commit 0207316

Browse files
committed
1 parent a059372 commit 0207316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/protyle/export/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const renderPDF = async (id: string) => {
184184
</head>
185185
<body style="-webkit-print-color-adjust: exact;">
186186
<div id="action">
187-
<div style="flex: 1;overflow: auto;">
187+
<div style="flex: 1;overflow-y:auto;overflow-x:hidden">
188188
<div class="b3-label">
189189
<div>
190190
${window.siyuan.languages.exportPDF0}

0 commit comments

Comments
 (0)