From 9156a1a3af1ac70cbc3a66d4ad962fc0b3886c51 Mon Sep 17 00:00:00 2001 From: Yarin Dekel Date: Tue, 1 Jan 2019 17:56:06 +0200 Subject: WF- fix scroll dynamic height Issue-ID: SDC-2029 Change-Id: If4b43761f4f0d298d870e6dad397cf3d83f3b854 Signed-off-by: Yarin Dekel --- .../src/main/frontend/resources/scss/features/_composition.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workflow-designer-ui/src/main/frontend') diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss index a0f16662..b2b701b2 100644 --- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss +++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss @@ -29,8 +29,8 @@ } .properties-panel { background-color: $light-silver; - max-height: 888px; overflow-y: auto; + max-height: calc(100vh - 70px); &, .bpp-properties-panel { [disabled], [editable-readonly=false] { background-color: $light-gray; -- cgit 1.2.3-korg