Merge branch 'RED-9422' into 'master'

RED-9422: fixed unnecessary horizontal scrollbar.

See merge request redactmanager/red-ui!489
This commit is contained in:
Dan Percic 2024-07-01 12:08:18 +02:00
commit 423f7c1c12

View File

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