Skip to content

Commit 7f6e74b

Browse files
committed
feat(timeline): keep date ticks fixed while scrolling
1 parent 3220e76 commit 7f6e74b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

observability_ui/apps/shell/src/app/projects/instances/instance-timeline/instance-timeline.component.scss

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ mat-card-content {
3131
}
3232
}
3333

34+
gantt-chart {
35+
max-height: 100%;
36+
}
37+
3438
.run-label {
3539
@include mixins.flex-row($justify: flex-start);
3640

observability_ui/apps/shell/src/app/projects/runs/run-timeline/run-timeline.component.scss

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
mat-card {
1212
height: 100%;
1313
}
14+
15+
gantt-chart {
16+
max-height: 100%;
17+
}

0 commit comments

Comments
 (0)