aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-05 17:17:52 +0800
committercrupest <crupest@outlook.com>2020-11-05 17:17:52 +0800
commit4922a9877ca4a5029acc6f66b0ef87c84e6f898d (patch)
tree893ffd95fb865358bb50bb12185f575d60400e29 /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
parent98471098fa1e440feb5863d756b383c82ebb885e (diff)
downloadtimeline-4922a9877ca4a5029acc6f66b0ef87c84e6f898d.tar.gz
timeline-4922a9877ca4a5029acc6f66b0ef87c84e6f898d.tar.bz2
timeline-4922a9877ca4a5029acc6f66b0ef87c84e6f898d.zip
feat: Fix #168 .
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
index 036577b1..f27171f5 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
@@ -174,9 +174,6 @@ export default function TimelinePageTemplateUI<TManageItems>(
timelineBody = (
<Timeline
- style={{
- minHeight: `calc(100vh - 56px - ${bottomSpaceHeight}px)`,
- }}
containerRef={timelineRef}
posts={posts}
onDelete={props.onDelete}
@@ -219,6 +216,7 @@ export default function TimelinePageTemplateUI<TManageItems>(
body = (
<>
+ <div className="timeline-background" />
<CardComponent
className="timeline-template-card"
timeline={timeline}