From a1c593ee087c47937f98dee4459c8d50fdd7b9d7 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 30 Jun 2021 19:09:23 +0800 Subject: ... --- FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx | 5 +---- FrontEnd/src/views/timeline-common/index.css | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'FrontEnd/src/views/timeline-common') diff --git a/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx index 4802ca93..5c2fb275 100644 --- a/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx +++ b/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx @@ -112,10 +112,7 @@ const TimelinePageCardTemplate: React.FC = ({ return ( <> - +
diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css index 70a1646d..6929f9ae 100644 --- a/FrontEnd/src/views/timeline-common/index.css +++ b/FrontEnd/src/views/timeline-common/index.css @@ -239,6 +239,7 @@ .timeline-template-card { position: fixed; + z-index: 1029; top: 56px; right: 0; margin: 0.5em; -- cgit v1.2.3