diff --git a/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html b/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html
index 9ff35d669..6f19537e1 100644
--- a/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html
+++ b/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html
@@ -1,6 +1,6 @@
-
+
-
rowLimit && rowLimit !== 0">
-
-
-
-
-
+
+
rowLimit">
+
rowLimit && rowLimit !== 0">
+
+
+
+
diff --git a/frontend/src/app/components/rbf-timeline/rbf-timeline.component.scss b/frontend/src/app/components/rbf-timeline/rbf-timeline.component.scss
index c0b38b59d..8962be63c 100644
--- a/frontend/src/app/components/rbf-timeline/rbf-timeline.component.scss
+++ b/frontend/src/app/components/rbf-timeline/rbf-timeline.component.scss
@@ -30,31 +30,32 @@
overflow-x: auto;
-ms-overflow-style: none;
scrollbar-width: none;
-
- .fade-out {
- position: relative;
-
- &::before {
- content: '';
- position: absolute;
- width: 100%;
- height: 100%;
- background: linear-gradient(to bottom, rgba(36, 39, 62, 0) 0%, rgba(36, 39, 62, 1) 100%);
- z-index: 1;
- }
- }
-
+
&::-webkit-scrollbar {
display: none;
}
+ }
- .toggle-wrapper {
+ .fade-out {
+ position: relative;
+
+ &::before {
+ content: '';
+ position: absolute;
width: 100%;
- text-align: center;
- margin: 1.25em 0 0;
+ height: 70px;
+ top: -70px;
+ background: linear-gradient(to bottom, rgba(36, 39, 62, 0) 0%, rgba(36, 39, 62, 1) 100%);
+ z-index: 1;
}
}
+ .toggle-wrapper {
+ width: 100%;
+ text-align: center;
+ margin: 1.25em 0 0;
+ }
+
.intervals, .nodes {
min-width: 100%;
display: flex;