Browse Source

standard property 'user-select' for compatibility

Prashant Andani 7 years ago
parent
commit
382d47b2d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index.css

+ 1 - 0
index.css

@@ -11,6 +11,7 @@ html, body {
 
 .icon {
   -webkit-user-select: none;
+  user-select: none;
   display: inline-block;
 }