File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ export function Sidebar({
206206 variants = { sidebarVariants }
207207 className = "fixed right-0 top-0 z-[99999] flex h-screen w-full flex-col gap-4 overflow-y-auto rounded-r-lg border-l border-primary/10 bg-neutral-50 dark:bg-neutral-900 md:max-w-[30vw]"
208208 >
209- < div className = "sticky top-0 z-10 flex items-center justify-between border-b border-primary/10 bg-neutral-50 p-5 dark:bg-neutral-900" >
210- { ' '}
211- < h4 className = "text-xl font-bold tracking-tighter text-primary lg:text-2xl" >
209+ < div className = "sticky top-0 pt-20 z-10 flex items-center justify-between border-b border-primary/10 bg-neutral-50 p-5 dark:bg-neutral-900" >
210+ { ' '}
211+ < h4 className = "text-xl font-bold tracking-tighter text-primary lg:text-2xl" >
212212 Course Content
213213 </ h4 >
214214 < Button
You can’t perform that action at this time.
0 commit comments