Skip to content

Instantly share code, notes, and snippets.

@DragorWW
Last active January 3, 2016 23:29
Show Gist options
  • Save DragorWW/8535516 to your computer and use it in GitHub Desktop.
Save DragorWW/8535516 to your computer and use it in GitHub Desktop.
disable event for dom element (event proxy)
.no-event {
pointer-events: none; // IE9, IE10, webkit, fireFox
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment