Skip to content

Commit 7020cfe

Browse files
added property user-select:none for .cell
1 parent 4879754 commit 7020cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ td.cell {
6060
height: 114px;
6161
padding: 12px 15px;
6262
font-size: 40px;
63+
-webkit-user-select: none;
64+
-moz-user-select: none;
65+
-ms-user-select: none;
66+
user-select: none;
6367
}
6468

6569
.cell:hover {

0 commit comments

Comments
 (0)