Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / deployment / deployment-graph.component.less
1 .sdc-deployment-graph-wrapper {
2    height: 100%;
3    width: 100%;
4
5   ::ng-deep canvas {
6     /*canvas z-index is initialized to 999 while top-nav z-Index is 10, which makes top-nav disappear, so z-Index must be overwritten here*/
7     z-index: 10 !important;
8   }
9  }
10
11 ::ng-deep .sdc-workspace-container .w-sdc-main-right-container .w-sdc-main-container-body-content.deploy-body-content{
12    padding: 0px;  
13 }