From 6474b48630148288c9b6e6f94d8e17a32484acf4 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 19 Sep 2023 13:32:43 +0300 Subject: [PATCH] RED-7549 - fixed "Scroll Bar should be displayed correctly" --- .../remove-redaction-dialog.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss b/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss index f211d23f7..9f1efc631 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss @@ -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 {