Fix two scroll bars overlapping 06/135906/3
authorJvD_Ericsson <jeff.van.dam@est.tech>
Mon, 4 Sep 2023 11:58:28 +0000 (12:58 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Tue, 5 Sep 2023 20:06:09 +0000 (20:06 +0000)
Issue-ID: SDC-4615
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I4bbd65cf5d425fa4fe1ee309dd5f86e9a904b224

catalog-ui/src/app/ng2/components/ui/modal/modal.component.less
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.less
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less

index 7adb0e4..5eddc0b 100644 (file)
     display: flex;
     align-items: center;
 
+    /deep/ .component-container {
+        max-height: 500px;
+        overflow: scroll;
+        padding: 0 5px;
+        &::-webkit-scrollbar-track {
+            border: 0;
+        }
+    }
+
     .ng2-modal-content {
         background: #fff;
         width: 100%;