I have a setup that resembles the following:
The issue arises when hovering near the edges of the circle because the square div blocks interaction with the background. I want to ensure that the circular div in the middle remains clickable (as I intend to add content inside it) without hindering cursor interaction using pointer events.
Do you have any suggestions for addressing this problem?