particles.js
particles.js copied to clipboard
Particles behind some divs
Hey there.
Im having dificulties implementing particles. My idea is to put the particles in every div with the id 'particles-js'
Problem is the canvas is falling under like a block. Help?
https://urh.pt/wp/
EDIT: i managed to put it in the right position, but i cant interact with the mouse.
i added for id="particles-js" and canvas position
.common-block { position: relative; } canvas { position: absolute; top: 0; }
it helped me
i added for id="particles-js" and canvas position
.common-block { position: relative; } canvas { position: absolute; top: 0; }
it helped me
Worked for me too, thanks!