We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cdf6b commit 84fc749Copy full SHA for 84fc749
static/loader.css
@@ -3,6 +3,10 @@ body{
3
padding: 0;
4
margin: 0;
5
touch-action: manipulation;
6
+ -webkit-user-select: none;
7
+ -moz-user-select: none;
8
+ -khtml-user-select: none;
9
+ -ms-user-select: none;
10
}
11
.load{
12
width:240px;
0 commit comments