Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81e470e

Browse files
authoredMar 11, 2025··
EQMS-1479: fix the watermark in obsolete documents PDF (#8206)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
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

Lines changed: 4 additions & 0 deletions
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)
Please sign in to comment.