aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/Timeline.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/timeline/Timeline.css')
-rw-r--r--FrontEnd/src/views/timeline/Timeline.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/FrontEnd/src/views/timeline/Timeline.css b/FrontEnd/src/views/timeline/Timeline.css
index a1da64c3..b65ab3a0 100644
--- a/FrontEnd/src/views/timeline/Timeline.css
+++ b/FrontEnd/src/views/timeline/Timeline.css
@@ -237,3 +237,8 @@
right: 0;
margin: 0.5em;
}
+
+.timeline-top {
+ position: sticky;
+ top: 56px;
+}