Hi,
I am trying to add a watermark in my custom report. watermark is getting added but it hiding the report content.
<div class="watermark" style="position:absolute;opacity:0.25;z-index: 800;font-size:3em;width:100%;text-align:center;z-index:1000;">
<p>Text</p>
</div>
I added the above line of code in my custom report header. I tried by decreasing z-index but not working.
Could anyone help me to resolve the issue.