RED-9422: re-add scrollbar for edit dossier members list.

This commit is contained in:
Nicoleta Panaghiu 2024-06-28 15:33:30 +03:00
parent e35d20e57e
commit ba2fcf6ad8
2 changed files with 8 additions and 2 deletions

View File

@ -45,7 +45,7 @@
</ng-container>
</div>
<div *ngIf="hasOwner && !disabled" class="mt-16">
<div *ngIf="hasOwner && !disabled" class="mt-16 members-list-container">
<iqser-input-with-action
(valueChange)="setMembersSelectOptions($event)"
[(value)]="searchQuery"

View File

@ -16,10 +16,16 @@ redaction-team-members {
display: block;
}
.members-list-container {
display: flex;
flex-direction: column;
overflow: auto;
}
.members-list {
margin-top: 16px;
overflow: auto;
width: 587px;
width: 569px;
@include common-mixins.scroll-bar;
> div {