mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-18 13:37:59 +00:00
EQMS-1479: fix the watermark in obsolete documents PDF (#8206)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
parent
9d82890022
commit
81e470edfe
@ -380,6 +380,10 @@
|
|||||||
padding-top: 20rem;
|
padding-top: 20rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.watermark {
|
.watermark {
|
||||||
|
Loading…
Reference in New Issue
Block a user