Skip to content

Commit 3a2f1d0

Browse files
author
Miika Arponen
committed
Do not show the Debugger when printing
1 parent c0744bb commit 3a2f1d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/jquery.jsonview.css

+6
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,10 @@ body.locked {
216216
.jsonview h1 {
217217
font-family: monospace;
218218
font-size: 1.2em;
219+
}
220+
221+
@media print {
222+
*[class^='jsonview'] {
223+
display: none !important;
224+
}
219225
}

0 commit comments

Comments
 (0)