File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
frontend/app/components/graph_viewer Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 37
37
[showMetadata] ="showMetadata "
38
38
> </ hlo-text-view >
39
39
</ div >
40
- < mat-expansion-panel class ="hlo-text-view -panel " *ngIf ="sourceCodeServiceIsAvailable ">
40
+ < mat-expansion-panel class ="stack-trace-snippet -panel " *ngIf ="sourceCodeServiceIsAvailable ">
41
41
< mat-expansion-panel-header >
42
42
< mat-panel-title > Stack Trace Source Code Snippets</ mat-panel-title >
43
43
</ mat-expansion-panel-header >
Original file line number Diff line number Diff line change @@ -62,6 +62,20 @@ mat-progress-bar {
62
62
z-index : 2 ;
63
63
}
64
64
65
+ .stack-trace-snippet-panel {
66
+ position : sticky ;
67
+ width : 100% ;
68
+ box-shadow : none ;
69
+ border-bottom : .5px solid silver ;
70
+ border-radius : 0 ;
71
+ }
72
+
73
+ .stack-trace-snippet-container {
74
+ min-height : 400px ;
75
+ max-height : 400px ;
76
+ overflow-y : auto ;
77
+ }
78
+
65
79
.graph-container {
66
80
width : 100% ;
67
81
height : 100% ;
@@ -85,9 +99,3 @@ mat-progress-bar {
85
99
.progress-container-graphviz {
86
100
display : flex ;
87
101
}
88
-
89
- .stack-trace-snippet-container {
90
- min-height : 400px ;
91
- max-height : 400px ;
92
- overflow-y : auto ;
93
- }
You can’t perform that action at this time.
0 commit comments