Skip to content

Commit

Permalink
🐛 [Navigation] Keep above intro content
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 28, 2024
1 parent 2c16b99 commit 059dd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ const {id, items = []} = Astro.props;

.List {
position: fixed;
z-index: var(--index-thermosphere);
/* 1 above the Intro content */
z-index: calc(var(--index-thermosphere) + 1);
bottom: var(--nav-list-bottom);
right: 0;

Expand Down

0 comments on commit 059dd26

Please sign in to comment.