From 3616ccaf42f0e50a440d040805cc1c2200f9d8fe Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Thu, 20 Jan 2022 14:46:30 +0200 Subject: [PATCH] use ng-template for drop preview and placeholder --- .../listing/workflow/workflow.component.html | 83 ++++++++++--------- .../listing/workflow/workflow.component.scss | 5 ++ 2 files changed, 47 insertions(+), 41 deletions(-) diff --git a/src/lib/listing/workflow/workflow.component.html b/src/lib/listing/workflow/workflow.component.html index 7306332..336d191 100644 --- a/src/lib/listing/workflow/workflow.component.html +++ b/src/lib/listing/workflow/workflow.component.html @@ -27,51 +27,52 @@ class="column" > - +
- - - - -
-
-
- -
- -
- -
+
+ + -
-
-
- + +
+
+ + + +
+ +
+
+
+
+ +
+ +
diff --git a/src/lib/listing/workflow/workflow.component.scss b/src/lib/listing/workflow/workflow.component.scss index 99aa44c..a98fcc7 100644 --- a/src/lib/listing/workflow/workflow.component.scss +++ b/src/lib/listing/workflow/workflow.component.scss @@ -127,3 +127,8 @@ border-radius: 8px; margin: 0 8px 4px 8px; } + +cdk-virtual-scroll-viewport { + height: 100%; + @include no-scroll-bar; +}