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 cee3013 commit 4a5e392Copy full SHA for 4a5e392
1 file changed
packages/client/internals/Print.vue
@@ -28,12 +28,14 @@ watchEffect(() => {
28
<style lang="postcss">
29
html.print,
30
html.print body,
31
-html.print #app,
32
-html.print #page-root {
+html.print #app {
33
height: auto;
34
overflow: auto;
35
}
36
-
+html.print #page-root {
+ height: auto;
37
+ overflow: hidden;
38
+}
39
html.print * {
40
-webkit-print-color-adjust: exact;
41
0 commit comments