Sfoglia il codice sorgente

disable user selection outside of Ps

Riccardo Balbo 3 anni fa
parent
commit
3c3d27ce9a
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 {