Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Allow users to select text #1

Merged
merged 1 commit into from
Jul 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
@@ -6,6 +6,12 @@
width: 100%;
}

/* Allow user to select text */
#notesTable td {
user-select: auto;
-webkit-user-select: auto;
}

#notesTable td:nth-child(1) {
width: 200px;
white-space: pre-wrap;