Merge pull request #1 from fries1234/remove-no-user-select

style: remove user-select: none
main
Matt C 2 years ago committed by GitHub
commit eb09d3e179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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