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

This commit is contained in:
Luo 2020-11-23 23:18:44 +08:00 committed by GitHub
parent 6718902645
commit d3c3894108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;