Fix two scroll bars overlapping
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / modal / modal.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%;