Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created May 9, 2018 06:27
Show Gist options
  • Save ahmedghazi/c95dee82fbf98372e3182bfde001aaa4 to your computer and use it in GitHub Desktop.
Save ahmedghazi/c95dee82fbf98372e3182bfde001aaa4 to your computer and use it in GitHub Desktop.
*{
backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-transform-style: flat;
-moz-transform-style: flat;
-ms-transform-style: flat;
-o-transform-style: flat;
transform-style: flat;
-webkit-user-drag: none;
outline: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment