Skip to content

Commit

Permalink
lower z-index for zoom control and minimap in invocation graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Jul 31, 2024
1 parent 3de5686 commit d31d0fc
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -345,4 +346,11 @@ function toggleActiveStep(stepId: number) {
max-height: 60vh;
}
}
.invocation-graph {
&:deep(.workflow-overview),
&:deep(.zoom-control) {
z-index: 100;
}
}
</style>

0 comments on commit d31d0fc

Please sign in to comment.