Skip to content

Commit

Permalink
disable user selection on game for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdandelion6 committed Jan 10, 2024
1 parent 5cba112 commit 2048f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ footer {
display: flex;
justify-content: center;
user-select: none;
-webkit-user-select: none;
}

.pongTitle {
Expand Down Expand Up @@ -407,6 +408,7 @@ footer {
text-align: center;
justify-content: center;
user-select: none;
-webkit-user-select: none;
}

/* ========== pong icons ========== */
Expand Down

0 comments on commit 2048f6f

Please sign in to comment.