Skip to content

Commit 52ce080

Browse files
authored
Merge pull request #4 from yui019/disable-text-selection
Disable text selection
2 parents 175c079 + 5f9402d commit 52ce080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
transform: translate(-50%, -50%) scale(0.5, 0.5);
1414
pointer-events: none;
1515
text-wrap: nowrap;
16+
user-select: none;
17+
-webkit-user-select: none;
1618
}
1719
#popup {
1820
visibility: hidden;

0 commit comments

Comments
 (0)