We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70995a4 commit 144f90dCopy full SHA for 144f90d
lib/rdoc/generator/template/aliki/css/rdoc.css
@@ -308,7 +308,6 @@ h6:target {
308
margin-left: calc(-1 * var(--space-5));
309
padding-left: calc(var(--space-5) / 2);
310
border-left: calc(var(--space-5) / 2) solid var(--border-color);
311
- scroll-margin-top: calc(var(--layout-header-height) + 2rem);
312
}
313
314
main .anchor-link:target {
@@ -944,6 +943,7 @@ main h5,
944
943
main h6 {
945
font-family: var(--font-heading);
946
color: var(--highlight-color);
+ scroll-margin-top: calc(var(--layout-header-height) + 2rem);
947
948
949
/* Heading size hierarchy */
0 commit comments