Skip to content

Commit 234493b

Browse files
committed
fix: add scroll margin top to header
1 parent 7d88718 commit 234493b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/assets.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const H2 = (props: ChildOnlyProp & HeadingProps) => (
104104
lineHeight={1.4}
105105
mt={16}
106106
mb="6"
107+
scrollMarginTop={24}
107108
{...props}
108109
/>
109110
)

0 commit comments

Comments
 (0)