Skip to content

Commit 4a5e392

Browse files
authored
fix: blank page at the end (#879)
1 parent cee3013 commit 4a5e392

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

packages/client/internals/Print.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ watchEffect(() => {
2828
<style lang="postcss">
2929
html.print,
3030
html.print body,
31-
html.print #app,
32-
html.print #page-root {
31+
html.print #app {
3332
height: auto;
3433
overflow: auto;
3534
}
36-
35+
html.print #page-root {
36+
height: auto;
37+
overflow: hidden;
38+
}
3739
html.print * {
3840
-webkit-print-color-adjust: exact;
3941
}

0 commit comments

Comments
 (0)