Skip to content

Instantly share code, notes, and snippets.

@hwindo
Created February 16, 2017 06:25
Show Gist options
  • Save hwindo/b4769d0ed714e8fe8cbcd77abae1243e to your computer and use it in GitHub Desktop.
Save hwindo/b4769d0ed714e8fe8cbcd77abae1243e to your computer and use it in GitHub Desktop.
Make element unclickable, event z-index on top
div.unclickable {
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment