Skip to content

Commit 14b50c6

Browse files
authored
Fix scroll up/down controls overlaying full screen graph (#749)
1 parent a467a09 commit 14b50c6

File tree

1 file changed

+7
-0
lines changed
  • src/main/frontend/pipeline-console-view/pipeline-console/main/components

1 file changed

+7
-0
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/components/stages.scss

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
border-radius: 0;
3333
border: none;
3434
height: unset;
35+
max-height: unset;
3536

3637
.pgv-stages-graph__controls {
3738
margin: 1rem;
@@ -54,8 +55,14 @@
5455
}
5556
}
5657

58+
// Hacky method of getting the full screen graph to
59+
// overlay the header and scroll up/down controls
5760
#page-body:has(.pgv-stages-graph--dialog) {
5861
z-index: 1001;
62+
63+
.pgv-split-view__container {
64+
z-index: 1001;
65+
}
5966
}
6067

6168
.pgv-stages-graph__controls {

0 commit comments

Comments
 (0)