Skip to content

Commit 2e9b7b5

Browse files
authored
Merge pull request modelcontextprotocol#1775 from jonathanhefner/schema-ref-fix-scroll-margin-top
Fix `scroll-margin-top` for schema reference page
2 parents 58ecb84 + 95fd6b8 commit 2e9b7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ body:has(#schema-reference) {
168168
font-family: var(--font-mono);
169169
font-weight: 700;
170170

171-
scroll-margin-top: 5rem;
171+
scroll-margin-top: 8rem;
172172
}
173173

174174
& > .tsd-comment,

0 commit comments

Comments
 (0)