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; display: flex;
position: absolute; position: absolute;
top: 6px; top: 6px;
right: 19px; right: 8px;
} }
.popover { .popover {

View File

@ -3,21 +3,13 @@
:host { :host {
width: 100%; width: 100%;
position: relative; position: relative;
overflow: hidden; overflow-y: auto;
@include common-mixins.scroll-bar;
&:hover {
overflow-y: auto;
@include common-mixins.scroll-bar;
}
&.has-scrollbar:hover redaction-annotation-wrapper::ng-deep, &.has-scrollbar:hover redaction-annotation-wrapper::ng-deep,
&::ng-deep.documine-wrapper { &::ng-deep.documine-wrapper {
.annotation { .annotation {
padding-right: 5px; padding-right: 5px;
} }
redaction-annotation-details {
right: 8px;
}
} }
} }

View File

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

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