VincentGarreau / particles.js

A lightweight JavaScript library for creating particles
https://vincentgarreau.com/particles.js/
MIT License
28.66k stars 4.81k forks source link

Particle.js overlaps everything #503

Open xlegends opened 1 year ago

xlegends commented 1 year ago

I'm pretty new to this, but particle.js overlaps everything, how can I fix this?

I'm testing some stuff on repl.it, here's the link to it. Click here

coderGtm commented 1 year ago

It is because particlesjs draws a canvas on top of your layout. You can decrease its z-index so as to bring the canvas backward