We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
i added for id="particles-js" and canvas position .common-block { position: relative; } canvas { position: absolute; top: 0; }
.common-block { position: relative; } canvas { position: absolute; top: 0; }
it helped me
Sorry, something went wrong.
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!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: