From d3665a940e2cc7c4d306b622c190ef75fc54b8d9 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Wed, 31 Aug 2022 09:49:47 +0200 Subject: [PATCH] Fix smart annotations for locked tasks [SCI-7135] --- app/assets/stylesheets/shared/smart_annotation.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/shared/smart_annotation.scss b/app/assets/stylesheets/shared/smart_annotation.scss index 2d52ee34f..544683450 100644 --- a/app/assets/stylesheets/shared/smart_annotation.scss +++ b/app/assets/stylesheets/shared/smart_annotation.scss @@ -184,3 +184,8 @@ cursor: pointer; } } + +.atwho-inserted, +.atwho-user-popover { + pointer-events: initial; +}