Skip to content

Commit 01c24cc

Browse files
committed
fix: Code blocks & notes cover breadcrumbs
Resolves #249
1 parent deead96 commit 01c24cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/breadcrumbs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
}
2020
.breadcrumbs-container {
2121
position: fixed;
22-
top: 80px;
22+
top: 83px;
2323
padding: 1rem 0;
2424
right: var(--toc-width--widescreen);
2525
left: var(--nav-width);
2626
margin-left: 3rem;
2727
margin-right: 3rem;
2828
background-color: var(--body-background-color);
2929
border-bottom: 1px solid var(--nav-panel-divider-color);
30+
z-index: 99;
3031
}
3132
.doc {
3233
padding-top: 60px;

0 commit comments

Comments
 (0)