Merge branch 'RED-9372' into 'master'

Resolve RED-9372

Closes RED-9372

See merge request redactmanager/red-ui!566
This commit is contained in:
Dan Percic 2024-09-05 16:19:56 +02:00
commit 0bf7f5f9ce
4 changed files with 8 additions and 12 deletions

View File

@ -2,7 +2,7 @@
display: flex;
position: absolute;
top: 6px;
right: 19px;
right: 8px;
}
.popover {

View File

@ -3,21 +3,13 @@
:host {
width: 100%;
position: relative;
overflow: hidden;
&:hover {
overflow-y: auto;
@include common-mixins.scroll-bar;
}
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-details {
right: 8px;
}
}
}

View File

@ -1,3 +1,5 @@
@use 'common-mixins';
.components-header {
display: flex;
flex-direction: row;
@ -27,6 +29,7 @@ mat-icon {
overflow-x: hidden;
overflow-y: scroll;
height: calc(100% - 40px);
@include common-mixins.scroll-bar;
.component-row {
display: flex;
@ -47,6 +50,7 @@ mat-icon {
&:not(:last-child) {
border-bottom: 1px solid var(--iqser-separator);
}
border-bottom: 1px solid var(--iqser-separator);
margin-right: 13px;
}

@ -1 +1 @@
Subproject commit 9bc05f11657da806743718dc9cbd1cc4f5af10a7
Subproject commit 81513d34dc3bf6c80313b2e38f50d1a6d6805280