Skip to content

Commit

Permalink
version 2.2.1 - user select bug fix (hope so so so)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadCreator committed Aug 17, 2024
1 parent c48107d commit a723b04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ header button {
background-size: cover;
padding: 4vw;
gap: 3vw;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.card {
Expand Down

0 comments on commit a723b04

Please sign in to comment.