From: Yarin Dekel Date: Tue, 1 Jan 2019 15:56:06 +0000 (+0200) Subject: WF- fix scroll dynamic height X-Git-Tag: 1.4.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F75173%2F1;p=sdc%2Fsdc-workflow-designer.git WF- fix scroll dynamic height Issue-ID: SDC-2029 Change-Id: If4b43761f4f0d298d870e6dad397cf3d83f3b854 Signed-off-by: Yarin Dekel --- 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;