Skip to content

Instantly share code, notes, and snippets.

@dreamerkumar
Created August 17, 2016 14:59
Show Gist options
  • Save dreamerkumar/0450f9b1ecb637a4eba33c175165a6fd to your computer and use it in GitHub Desktop.
Save dreamerkumar/0450f9b1ecb637a4eba33c175165a6fd to your computer and use it in GitHub Desktop.
css class to disable mouse events on an element
.with-mouse-events-disabled {
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment