VincentGarreau / particles.js

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

Particle.js overlaps everything #503

Open xlegends opened 2 years ago

xlegends commented 2 years 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 2 years 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