Skip to content

Commit

Permalink
fix: remove the unused bottom padding on the side navigation on `<Doc…
Browse files Browse the repository at this point in the history
…sLayout>`
  • Loading branch information
SeanCassiere committed Jul 20, 2024
1 parent 1f8f8dc commit 0961599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/DocsLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export function DocsLayout({
onSelect={versionConfig.onSelect}
/>
</div>
<div className="flex-1 flex flex-col gap-4 px-4 whitespace-nowrap overflow-y-auto text-base pb-[300px]">
<div className="flex-1 flex flex-col gap-4 px-4 whitespace-nowrap overflow-y-auto text-base pb-8">
{menuItems}
</div>
</div>
Expand Down

0 comments on commit 0961599

Please sign in to comment.