We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677b984 commit 12b2dfaCopy full SHA for 12b2dfa
components/Sidebar.tsx
@@ -234,7 +234,7 @@ export const SidebarLayout = ({ children }: { children: React.ReactNode }) => {
234
</div>
235
236
<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'>
+ <div className='hidden lg:block mt-24 sticky top-24 h-[calc(100vh-6rem)] overflow-hidden'>
238
<div className='h-full overflow-y-auto scrollbar-hidden'>
239
<DocsNav open={open} setOpen={setOpen} />
240
<CarbonAds
0 commit comments