aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx2
-rw-r--r--FrontEnd/src/views/timeline-common/index.css12
2 files changed, 7 insertions, 7 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx b/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
index 4a56346a..6f032eae 100644
--- a/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
+++ b/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
@@ -75,7 +75,7 @@ const TimelinePageTemplate: React.FC<TimelinePageTemplateProps> = (props) => {
connectionStatus={connectionStatus}
/>
) : null}
- <Container className="px-0">
+ <Container>
<Timeline
timelineName={timelineName}
reloadKey={reloadKey}
diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css
index 8927a96f..e27e4541 100644
--- a/FrontEnd/src/views/timeline-common/index.css
+++ b/FrontEnd/src/views/timeline-common/index.css
@@ -1,3 +1,9 @@
+@keyframes timeline-enter {
+ from {
+ transform: translate(0, -100%);
+ }
+}
+
.timeline {
z-index: 0;
position: relative;
@@ -33,12 +39,6 @@
}
}
-@keyframes timeline-enter {
- from {
- transform: translate(0, -100vh);
- }
-}
-
@keyframes timeline-top-loading-enter {
from {
transform: translate(0, -100%);