Skip to content

Instantly share code, notes, and snippets.

@gustavom
Created January 15, 2015 15:57
Show Gist options
  • Save gustavom/134d3a99ea65a7e68ed6 to your computer and use it in GitHub Desktop.
Save gustavom/134d3a99ea65a7e68ed6 to your computer and use it in GitHub Desktop.
CSS Click disable
.avoid-clicks {
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment