Skip to content

Commit 04b8ef2

Browse files
authored
Don't allow highlighting (#51)
1 parent 45fb68f commit 04b8ef2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@
113113
left: 50%;
114114
transform: translate(-50%, 12rem);
115115
}
116+
body {
117+
-webkit-touch-callout: none;
118+
-webkit-user-select: none;
119+
-khtml-user-select: none;
120+
-moz-user-select: none;
121+
-ms-user-select: none;
122+
user-select: none;
123+
}
116124
</style>
117125
</head>
118126
<body id="main-body">

0 commit comments

Comments
 (0)