Catalog alignment
[sdc.git] / catalog-ui / src / assets / styles / layout / main.less
index 4dfeb8b..0d21cf5 100644 (file)
@@ -62,6 +62,7 @@
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
+
 }
 
 .sdc-loading-page {
     }
 
 }
+//temporary fix. should be removed after converting all the modals to onap-ui modals
+sdc-modal{
+    .sdc-modal, .modal-background{
+        z-index: 1050;
+    }
+}