Merge branch 'RED-9372' into 'master'
Resolve RED-9372 Closes RED-9372 See merge request redactmanager/red-ui!566
This commit is contained in:
commit
0bf7f5f9ce
@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 19px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.popover {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user