From 685eafcc84abbbf0c168b375ce161cf67ef22e4e Mon Sep 17 00:00:00 2001 From: leo3friedman <73138942+leo3friedman@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:44:18 -0800 Subject: [PATCH] fix z-index bug --- frontend/src/components/PathwayTimeline.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PathwayTimeline.module.css b/frontend/src/components/PathwayTimeline.module.css index e3d0a0f..7991f5c 100644 --- a/frontend/src/components/PathwayTimeline.module.css +++ b/frontend/src/components/PathwayTimeline.module.css @@ -41,6 +41,7 @@ flex-direction: column; align-items: center; gap: 0.5rem; + z-index: 5; } .timelinePointIcon { display: flex; @@ -71,6 +72,5 @@ width: 700px; top: 14px; left: 64px; - z-index: -1; border: solid 2px var(--color-ccidc-red); }