VincentGarreau / particles.js

A lightweight JavaScript library for creating particles

Home Page:https://vincentgarreau.com/particles.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle.js overlaps everything

xlegends opened this issue · comments

commented

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