Skip to content

Commit

Permalink
Allow text selection
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
chamburr committed Mar 3, 2023
1 parent 0b11778 commit ee7c959
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions QLPlugin/Resources/shared/shared-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ body {
line-height: 1.5;
tab-size: 4;
background: var(--color-background-body);

/* Disable text selection (the copy shortcut doesn't work and no context menu can be opened) */
-webkit-user-select: none;
user-select: none;
}

/* General element spacing */
Expand Down

0 comments on commit ee7c959

Please sign in to comment.