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 d16e10a commit 9487810Copy full SHA for 9487810
components/Sidebar.tsx
@@ -237,8 +237,8 @@ export const SidebarLayout = ({ children }: { children: React.ReactNode }) => {
237
</div>
238
239
<div className='dark:bg-slate-800 max-w-[1400px] grid grid-cols-1 lg:grid-cols-4 mx-4 md:mx-12'>
240
- <div className='hidden lg:block mt-24 sticky top-24 h-[calc(100vh-6rem)] overflow-hidden'>
241
- <div className='h-full overflow-y-auto scrollbar-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'>
242
<DocsNav open={open} setOpen={setOpen} />
243
<CarbonAds
244
className='lg:mt-8 w-4/5 mx-auto lg:ml-4'
0 commit comments