style: remove user-select: none

just, why was this here

just, no
pull/1/head
Fries 2 years ago
parent fdacfb1670
commit 76773e9233

@ -6,11 +6,8 @@ https://github.com/not-my-segfault/pronounce/blob/main/static/error.html
* {
margin: 0;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
::-webkit-scrollbar {
display: none;
}
@ -65,4 +62,4 @@ input {
.slicklink {
color: #555555ff;
}
}

Loading…
Cancel
Save