EQMS-1479: fix the watermark in obsolete documents PDF (#8206)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko 2025-03-11 20:19:51 +03:00 committed by GitHub
parent 9d82890022
commit 81e470edfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -380,6 +380,10 @@
padding-top: 20rem;
overflow: hidden;
pointer-events: none;
@media print {
display: none;
}
}
.watermark {