Skip to content

Commit 12b2dfa

Browse files
committed
fix sidebar height
1 parent 677b984 commit 12b2dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const SidebarLayout = ({ children }: { children: React.ReactNode }) => {
234234
</div>
235235
</div>
236236
<div className='dark:bg-slate-800 max-w-[1400px] grid grid-cols-1 lg:grid-cols-4 mx-4 md:mx-12'>
237-
<div className='hidden lg:block mt-24 mb-72 sticky top-24 h-[calc(100vh-6rem)] overflow-hidden'>
237+
<div className='hidden lg:block mt-24 sticky top-24 h-[calc(100vh-6rem)] overflow-hidden'>
238238
<div className='h-full overflow-y-auto scrollbar-hidden'>
239239
<DocsNav open={open} setOpen={setOpen} />
240240
<CarbonAds

0 commit comments

Comments
 (0)