소스 검색

disable user selection outside of Ps

Riccardo Balbo 3 년 전
부모
커밋
3c3d27ce9a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      static/css/style.less

+ 5 - 0
static/css/style.less

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