WF- fix scroll dynamic height 73/75173/1
authorYarin Dekel <yarind@amdocs.com>
Tue, 1 Jan 2019 15:56:06 +0000 (17:56 +0200)
committerYarin Dekel <yarind@amdocs.com>
Tue, 1 Jan 2019 15:56:19 +0000 (17:56 +0200)
Issue-ID: SDC-2029
Change-Id: If4b43761f4f0d298d870e6dad397cf3d83f3b854
Signed-off-by: Yarin Dekel <yarind@amdocs.com>
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;