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 ff3bda3 commit 60c83ecCopy full SHA for 60c83ec
src/components/CourseView.tsx
@@ -40,7 +40,7 @@ export const CourseView = ({
40
41
return (
42
<div className="relative flex w-full flex-col gap-8 pb-16 pt-8 xl:pt-[9px]">
43
- <div className="sticky top-[90px] z-10 flex flex-col gap-4 bg-background py-2 xl:pt-2">
+ <div className="sticky top-[73px] z-10 flex flex-col gap-4 bg-background py-2 xl:pt-2">
44
<BreadCrumbComponent
45
course={course}
46
contentType={contentType}
0 commit comments