Loading client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue +8 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ function toggleActiveStep(stepId: number) { <div v-if="!hideGraph" class="position-relative w-100"> <BCard no-body> <WorkflowGraph class="invocation-graph" :steps="steps" :datatypes-mapper="datatypesMapper" :initial-position="initialPosition" Loading Loading @@ -345,4 +346,11 @@ function toggleActiveStep(stepId: number) { max-height: 60vh; } } .invocation-graph { &:deep(.workflow-overview), &:deep(.zoom-control) { z-index: 100; } } </style> Loading
client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue +8 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ function toggleActiveStep(stepId: number) { <div v-if="!hideGraph" class="position-relative w-100"> <BCard no-body> <WorkflowGraph class="invocation-graph" :steps="steps" :datatypes-mapper="datatypesMapper" :initial-position="initialPosition" Loading Loading @@ -345,4 +346,11 @@ function toggleActiveStep(stepId: number) { max-height: 60vh; } } .invocation-graph { &:deep(.workflow-overview), &:deep(.zoom-control) { z-index: 100; } } </style>