From 9bcca4f3fae2170e073836478f7c765897e8bf29 Mon Sep 17 00:00:00 2001 From: Aditi Date: Mon, 29 Jul 2024 22:57:22 +0530 Subject: [PATCH] Fix the Unable to select highlighted text issue The "burnt in" highlighted text couldn't be selected earlier, setting `pointer-events: none` fixes this. --- web/annotation_layer_builder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/annotation_layer_builder.css b/web/annotation_layer_builder.css index 3047adbb2ecfd..8e50c0838ff18 100644 --- a/web/annotation_layer_builder.css +++ b/web/annotation_layer_builder.css @@ -115,7 +115,7 @@ section { position: absolute; text-align: initial; - pointer-events: auto; + pointer-events: none; box-sizing: border-box; transform-origin: 0 0;