From f1680de597607ae7df94a2cc600d6c600b80dfd7 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Fri, 1 Nov 2024 08:42:20 +0200 Subject: [PATCH] RED-10331: quick fix for jumping selection circle button. --- .../annotations-list/annotations-list.component.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss b/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss index 3913c6b0a..586319fe4 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/components/annotations-list/annotations-list.component.scss @@ -6,10 +6,9 @@ overflow-y: auto; @include common-mixins.scroll-bar; - &.has-scrollbar:hover redaction-annotation-wrapper::ng-deep, - &::ng-deep.documine-wrapper { - .annotation { - padding-right: 5px; + redaction-annotation-wrapper.documine-wrapper { + &::ng-deep.annotation { + padding-right: 10px; } } }