Merge pull request #2873 from j-f1/no-select

Make system messages unselectable
This commit is contained in:
Maurice Parker 2021-03-12 11:33:38 -06:00 committed by GitHub
commit 3d3b1088c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ a:hover {
top: 45%;
left: 50%;
transform: translateX(-55%) translateY(-50%);
-webkit-user-select: none;
cursor: default;
}
:root {