i have a confetti effect by a javascript on my website, but it refuses to go on the whole page.
i have included it as a canvas effect in logo_block template with <canvas id='confetti' height='1', width='1'></canvas>
and it makes it render between the navigation bar and where the logo ends.
i have a snow effect in this template file that renders on the whole site. but its not called by canvas.
The css options i have set are there:
#confetti{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -5;}
i can change the position of the CSS but this results it in going down from the logo. not in the logo itself anymore.