Skip to content

Commit 3f04f6f

Browse files
committed
docs: tweak Sidebar positioning
1 parent 74cf321 commit 3f04f6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/docs/src/product/Sidebar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,8 @@ const Sidebar: React.FC<SidebarProps> = ({ initialNavigation, ...rest }) => {
348348
gap="2"
349349
as="nav"
350350
overflowY="auto"
351-
paddingX="12"
352-
paddingY="16"
353-
style={{maxHeight: "calc(100vh - 4rem)", top: "3.5rem"}}
351+
padding="12"
352+
style={{maxHeight: "calc(100vh - 4rem)", top: "3.875rem"}}
354353
>
355354
{hasLoaded ? (
356355
<SidebarContent key={pathname} navigation={navigation} pathname={pathname} />

0 commit comments

Comments
 (0)