Browse Source

disable user selection outside of Ps

Riccardo Balbo 3 years ago
parent
commit
3c3d27ce9a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      static/css/style.less

+ 5 - 0
static/css/style.less

@@ -5,6 +5,11 @@
 
 * {
     box-sizing: border-box;
+    user-select: none;
+}
+
+p,code{
+    user-select:text;
 }
 
 :root {