Skip to content

Commit

Permalink
fix: Code blocks & notes cover breadcrumbs
Browse files Browse the repository at this point in the history
Resolves #249
  • Loading branch information
oodamien committed May 24, 2024
1 parent deead96 commit 01c24cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
}
.breadcrumbs-container {
position: fixed;
top: 80px;
top: 83px;
padding: 1rem 0;
right: var(--toc-width--widescreen);
left: var(--nav-width);
margin-left: 3rem;
margin-right: 3rem;
background-color: var(--body-background-color);
border-bottom: 1px solid var(--nav-panel-divider-color);
z-index: 99;
}
.doc {
padding-top: 60px;
Expand Down

0 comments on commit 01c24cc

Please sign in to comment.