particles.js icon indicating copy to clipboard operation
particles.js copied to clipboard

Particles behind some divs

Open zeus1921 opened this issue 3 years ago • 2 comments

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.

zeus1921 avatar Jan 31 '22 13:01 zeus1921

i added for id="particles-js" and canvas position .common-block { position: relative; } canvas { position: absolute; top: 0; }

it helped me

Zarubaxa avatar May 04 '22 16:05 Zarubaxa

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!

Louisreed avatar Oct 04 '22 11:10 Louisreed