Skip to content

Commit

Permalink
Merge pull request #3 from dealenx/main
Browse files Browse the repository at this point in the history
fix: disabled text selecting for Chess board
  • Loading branch information
pkozlov authored Apr 16, 2024
2 parents c207efb + ab71dcb commit b53738c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
text-align: center;
}

.ChessGame {
user-select: none;
}

.ChessGame p {
margin: 15px 0;
white-space: nowrap;
Expand Down

0 comments on commit b53738c

Please sign in to comment.