Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
allowBuilds:
'@prisma/client': true
'@prisma/engines': true
bcrypt: true
esbuild: true
prisma: true
2 changes: 1 addition & 1 deletion src/components/CourseView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const CourseView = ({

return (
<div className="relative flex w-full flex-col gap-8 pb-16 pt-8 xl:pt-[9px]">
<div className="sticky top-[73px] z-10 flex flex-col gap-4 bg-background py-2 xl:pt-2">
<div className="sticky top-[73px] z-20 flex flex-col gap-4 bg-background py-2 xl:pt-2">
<BreadCrumbComponent
course={course}
contentType={contentType}
Expand Down