Skip to content

Commit

Permalink
Temporarily unsticked sticky navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
VDeltaGabriel committed Sep 4, 2024
1 parent 604dc3b commit ad46e97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/_sass/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,13 @@ pre {
}
}

/*
.navbar {
z-index: 10000; /* Make it *always* visible ~Gabriel */
z-index: 10000;
position: sticky;
top: 0;
}
*/

/**
* Wrapper
Expand Down

0 comments on commit ad46e97

Please sign in to comment.