Hi,
I have a strange behavior when I merge 2 templates: the main template body is not transparent in some specific cases.
After many hours I found that the behavior depends of 2 things:
- The margin top
- If the main template is on 1 or 2 (or more) pages
Here an example: https://playground.jsreport.net/w/anon/knUoNpGw
If you play with this example, and change the margin top of main template to 4cm, the main body background become transparent. If you change back to 5cm then the background is again white (not transparent).
Also, in main template if you keep margin top to 5cm and then you uncomment the second div
, then the main template will be printed on 2 pages and in this case the background become transparent...
Any suggestion ?
Thanks.