pointer-events

The pointer-events property allows you to control how elements react to mouse or touch events. It is often used so that in a complex layout it is possible to interact with the underlying elements, ignoring the higher ones.

Syntax



pointer-events: auto | none;