I have incorporated particle.js as a background element. By adjusting the z-index, I successfully positioned it in the background. While exploring solutions on the Github issues page, I came across a suggestion involving the z-index and this code snippet:
"interactivity": {
"detect_on": "canvas",
This piece of code was already present in the default particle configuration.
The issue I am facing is reminiscent of this particular question. Although the individual claims to have resolved the problem, upon inspecting their codepen link, it appears that the obstacle persists with no content displayed above the particles.
Here's my current setup: Github Repository THE PROBLEM = the interactivity only functions right above and below the first content box. I have experimented with various adjustments to the widths of elements and z-index values. Additionally, I attempted containing other content within an extra div.
Is there a method to enable interactivity on the edges?