Skip to content

Commit

Permalink
fix sidebar height
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Jan 11, 2025
1 parent 677b984 commit 12b2dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const SidebarLayout = ({ children }: { children: React.ReactNode }) => {
</div>
</div>
<div className='dark:bg-slate-800 max-w-[1400px] grid grid-cols-1 lg:grid-cols-4 mx-4 md:mx-12'>
<div className='hidden lg:block mt-24 mb-72 sticky top-24 h-[calc(100vh-6rem)] overflow-hidden'>
<div className='hidden lg:block mt-24 sticky top-24 h-[calc(100vh-6rem)] overflow-hidden'>
<div className='h-full overflow-y-auto scrollbar-hidden'>
<DocsNav open={open} setOpen={setOpen} />
<CarbonAds
Expand Down

0 comments on commit 12b2dfa

Please sign in to comment.