Skip to content

Commit 9487810

Browse files
committed
fix workflows error
1 parent d16e10a commit 9487810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ export const SidebarLayout = ({ children }: { children: React.ReactNode }) => {
237237
</div>
238238
</div>
239239
<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'>
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'>
242242
<DocsNav open={open} setOpen={setOpen} />
243243
<CarbonAds
244244
className='lg:mt-8 w-4/5 mx-auto lg:ml-4'

0 commit comments

Comments
 (0)