Skip to content

Commit 81e470e

Browse files
authored
EQMS-1479: fix the watermark in obsolete documents PDF (#8206)
Signed-off-by: Victor Ilyushchenko <[email protected]>
1 parent 9d82890 commit 81e470e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/controlled-documents-resources/src/components/document/EditDocContent.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@
380380
padding-top: 20rem;
381381
overflow: hidden;
382382
pointer-events: none;
383+
384+
@media print {
385+
display: none;
386+
}
383387
}
384388
385389
.watermark {

0 commit comments

Comments
 (0)