Skip to content

Commit

Permalink
fix z-index bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leo3friedman committed Mar 9, 2024
1 parent ecd903e commit 685eafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PathwayTimeline.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
flex-direction: column;
align-items: center;
gap: 0.5rem;
z-index: 5;
}
.timelinePointIcon {
display: flex;
Expand Down Expand Up @@ -71,6 +72,5 @@
width: 700px;
top: 14px;
left: 64px;
z-index: -1;
border: solid 2px var(--color-ccidc-red);
}

0 comments on commit 685eafc

Please sign in to comment.