WF- fix scroll dynamic height
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / frontend / resources / scss / features / _composition.scss
index a0f1666..b2b701b 100644 (file)
@@ -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;