Merge branch 'VM/RED-7549' into 'master'

RED-7549 - fixed "Scroll Bar should be displayed correctly"

Closes RED-7549

See merge request redactmanager/red-ui!92
This commit is contained in:
Dan Percic 2023-09-19 12:52:41 +02:00
commit 36c8369a0b

View File

@ -1,9 +1,12 @@
@use 'common-mixins';
.dialog-content {
height: 408px;
}
cdk-virtual-scroll-viewport {
margin-top: 8px;
@include common-mixins.scroll-bar;
}
:host ::ng-deep .cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {