CSS Basic Tutorial
CSS Flexbox
The pointer-events property in CSS specifies whether an element can respond to pointer (mouse, touch, stylus) events
Property Value |
Description |
|---|---|
|
auto |
The element reacts to pointer events (click, hover, etc.). |
|
none |
The element ignores all pointer events. |