The CSS property pointer-events
means weather a element should react to Pointer events.
If you use pointer-events: none
, you'll find the element does't react to any Mouse and Touch events.A bit like it doesn't exist in the document.
Read More:
- pointer-events, from MDN
Top comments (0)