Skip to content

Commit a521689

Browse files
committed
Adding CSS for Resources sidebar to override Quarto default sidebar CSS that results in accessible links. Fixes #115
1 parent 4b1a9ac commit a521689

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

styles.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,9 @@ p code:not(.sourceCode), li code:not(.sourceCode), td code:not(.sourceCode) {
344344
}
345345
}
346346

347-
347+
// Overiding Quarto's default CSS profile for sidebars that
348+
// results in accessible links
349+
#quarto-margin-sidebar {
350+
z-index: 1 !important;
351+
position: sticky;
352+
}

0 commit comments

Comments
 (0)