Skip to content

Commit

Permalink
fixed navbar top gap (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassine-safraoui authored Nov 21, 2023
1 parent c6bc94b commit 2b4d034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,6 @@ iframe[src*='youtube.com'] {

.navbar--fixed-top {
z-index: calc(var(--ifm-z-index-fixed) + 2);
top: -1px;
}

0 comments on commit 2b4d034

Please sign in to comment.