Skip to content

Commit

Permalink
Fix the Unable to select highlighted text issue
Browse files Browse the repository at this point in the history
The "burnt in" highlighted text couldn't be selected earlier, setting `pointer-events: none` fixes this.
  • Loading branch information
Aditi-1400 committed Jul 29, 2024
1 parent 582866e commit 9bcca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/annotation_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
section {
position: absolute;
text-align: initial;
pointer-events: auto;
pointer-events: none;
box-sizing: border-box;
transform-origin: 0 0;

Expand Down

0 comments on commit 9bcca4f

Please sign in to comment.