Open xlegends opened 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
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
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