Skip to content

Commit e47d323

Browse files
committedJul 21, 2024
allow users to select text
1 parent c1d1601 commit e47d323

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎public/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
width: 100%;
77
}
88

9+
/* Allow user to select text */
10+
#notesTable td {
11+
user-select: auto;
12+
-webkit-user-select: auto;
13+
}
14+
915
#notesTable td:nth-child(1) {
1016
width: 200px;
1117
white-space: pre-wrap;

0 commit comments

Comments
 (0)
Please sign in to comment.