Added pointer-events-none class to the main container div in the Particles component
This fixes the issue with carousel button interactions
Why This Matters
The Particles component was unintentionally blocking mouse events on elements beneath it, particularly affecting carousel buttons. This simple fix allows click events to pass through to the underlying elements.
What's Changed
Added pointer-events-none class to the main container div in the Particles component This fixes the issue with carousel button interactions
Why This Matters
The Particles component was unintentionally blocking mouse events on elements beneath it, particularly affecting carousel buttons. This simple fix allows click events to pass through to the underlying elements.