blob: 9b80fcd65125fcbe888ab94711ca0345fd192503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.sdc-deployment-graph-wrapper {
height: 100%;
width: 100%;
::ng-deep canvas {
/*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*/
z-index: 10 !important;
}
}
::ng-deep .sdc-workspace-container .w-sdc-main-right-container .w-sdc-main-container-body-content.deploy-body-content{
padding: 0px;
}
|