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

This commit is contained in:
Nicoleta Panaghiu 2024-11-01 08:42:20 +02:00
parent ab27b6f63b
commit ff132b2d87

View File

@ -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;
}
}
}