소스 검색

Fix "Copy | Look Up" popup issue on mobile device (#2406)

Luo 4 년 전
부모
커밋
d3c3894108
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/index.html

+ 1 - 0
public/index.html

@@ -108,6 +108,7 @@
           Roboto, Helvetica, Arial, sans-serif;
         font-family: var(--ui-font);
         -webkit-text-size-adjust: 100%;
+        -webkit-user-select: none;
         user-select: none;
         width: 100vw;
         height: 100vh;