diff options
author | Yarin Dekel <yarind@amdocs.com> | 2019-01-01 17:56:06 +0200 |
---|---|---|
committer | Yarin Dekel <yarind@amdocs.com> | 2019-01-01 17:56:19 +0200 |
commit | 9156a1a3af1ac70cbc3a66d4ad962fc0b3886c51 (patch) | |
tree | 85ff46e89b603ed19e8dfa2304d99469bc7b82d8 | |
parent | c678947acda7101f712233867bbb08810e4f86ea (diff) |
WF- fix scroll dynamic height
Issue-ID: SDC-2029
Change-Id: If4b43761f4f0d298d870e6dad397cf3d83f3b854
Signed-off-by: Yarin Dekel <yarind@amdocs.com>
-rw-r--r-- | workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |