pointer-events | CSS-Tricks
The pointer-events property controls whether an element can become the target of pointer events like clicks, hover states, and other pointer-based events. In other words, it lets you decide whether the browser should treat an element as interactive when the pointer is over it. .no-pointer-events { pointer-events: none; } CodePen Embed Fallback To understand how…









