Skip to content

Commit

Permalink
Fix featured connector visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Aug 23, 2024
1 parent 58e6a80 commit 6a04c63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ body.fixed-header .navbar {
zoom: 1.2;
}

.featured-connector {
z-index: -1;
}

.featured-connector,
.featured-connector-dot,
.featured-box {
Expand Down Expand Up @@ -403,7 +407,7 @@ body.fixed-header .navbar {
left: 0;
bottom: 0;
width: 50%;
border-top: 2px solid var(--bg-color);
border-top: 4px solid var(--bg-color);
z-index: 0;
}
.events-list .event:nth-child(even) .connector::after {
Expand Down

0 comments on commit 6a04c63

Please sign in to comment.