Quellcode durchsuchen

全局禁用鼠标滑动框选文字

丸子 vor 2 Monaten
Ursprung
Commit
c5553017ca
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      src/style.css

+ 4 - 0
src/style.css

@@ -17,6 +17,10 @@
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
+  user-select: none;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
 }
 
 a {