Se superpone todo el contenedor a particles y por tanto particles no reacciona al pasar el raton.
Lo que debe estar por encima de particles es unicamente el boton y no el contenedor.
That’s going to be tricky to pull off and you may have to modify the layout structure for this because as it is, the button is with the text.
You may have to change the nexting containers from this:
>Container with background
>>container with the text and button
>>particlejs div
to this:
>Container with background
>>container with the text
>>particlejs div
>>the button or container with the button
We then apply the position: relative; z-index: 1; to >>the button or container with the button so the button is atleast isn’t overlayed by the particlejs div.