aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss2
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;