diff options
Diffstat (limited to 'workflow-designer-ui')
-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; |