We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a467a09 commit 14b50c6Copy full SHA for 14b50c6
src/main/frontend/pipeline-console-view/pipeline-console/main/components/stages.scss
@@ -32,6 +32,7 @@
32
border-radius: 0;
33
border: none;
34
height: unset;
35
+ max-height: unset;
36
37
.pgv-stages-graph__controls {
38
margin: 1rem;
@@ -54,8 +55,14 @@
54
55
}
56
57
58
+// Hacky method of getting the full screen graph to
59
+// overlay the header and scroll up/down controls
60
#page-body:has(.pgv-stages-graph--dialog) {
61
z-index: 1001;
62
+
63
+ .pgv-split-view__container {
64
+ z-index: 1001;
65
+ }
66
67
68
0 commit comments