Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Particles behind some divs #490

Open
zeus1921 opened this issue Jan 31, 2022 · 2 comments
Open

Particles behind some divs #490

zeus1921 opened this issue Jan 31, 2022 · 2 comments

Comments

@zeus1921
Copy link

zeus1921 commented Jan 31, 2022

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.

@Zarubaxa
Copy link

Zarubaxa commented May 4, 2022

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

it helped me

@Louisreed
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants