Merge branch 'RED-10331' into 'master'

RED-10331: quick fix for jumping selection circle button.

See merge request redactmanager/red-ui!667
This commit is contained in:
Dan Percic 2024-11-01 07:57:00 +01:00
commit d150fe6f80

View File

@ -6,10 +6,9 @@
overflow-y: auto; overflow-y: auto;
@include common-mixins.scroll-bar; @include common-mixins.scroll-bar;
&.has-scrollbar:hover redaction-annotation-wrapper::ng-deep, redaction-annotation-wrapper.documine-wrapper {
&::ng-deep.documine-wrapper { &::ng-deep.annotation {
.annotation { padding-right: 10px;
padding-right: 5px;
} }
} }
} }