Skip to content

Commit 303b72f

Browse files
committed
Fix heading scroll triggers
Requires docsify PR #1384 (docsifyjs/docsify#1384)
1 parent 77815e9 commit 303b72f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/app/_content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@
132132
margin-top: 0;
133133
}
134134

135+
a[data-id] {
136+
display: inline-block;
137+
}
138+
135139
code {
136140
font-size: 0.875em;
137141
}

0 commit comments

Comments
 (0)