Skip to content

Instantly share code, notes, and snippets.

@dnasca
Created December 7, 2015 20:15
Show Gist options
  • Save dnasca/7ed335e6d17cbba3b4a8 to your computer and use it in GitHub Desktop.
Save dnasca/7ed335e6d17cbba3b4a8 to your computer and use it in GitHub Desktop.
make unselectable
.row {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Likely future */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment