Skip to content

Commit

Permalink
Merge pull request #2 from aviiciii/1-copy-to-clipboard-not-functioning
Browse files Browse the repository at this point in the history
Changed user-select css property on buttons and text.
  • Loading branch information
aviiciii authored Apr 7, 2023
2 parents 0cc0769 + 4e1af28 commit 60062e1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ body {
margin-top: 16px;
letter-spacing: 4px;
margin-bottom: 20px;

/* not selectable */
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}

Expand Down Expand Up @@ -233,7 +239,6 @@ body {
.right {
width: 10%;
/* not selectable */
pointer-events: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
Expand Down Expand Up @@ -261,7 +266,6 @@ body {
justify-content: center;
margin-top: 40px;
/* not selectable */
pointer-events: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
Expand Down

0 comments on commit 60062e1

Please sign in to comment.