css disable user interaction

CSS
.element {
  pointer-events: none;
}
Source

Also in CSS: