Skip to content

Commit

Permalink
fix(ui): added backdrop filter for nav
Browse files Browse the repository at this point in the history
Co-authored-by: Sargam <[email protected]>
  • Loading branch information
raghavsingh05 and devsargam authored Sep 24, 2024
1 parent 9ac8b87 commit d78f12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export function Sidebar({
variants={sidebarVariants}
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]"
>
<div className="sticky top-0 z-10 flex items-center justify-between border-b border-primary/10 p-5 bg-neutral-50 dark:bg-neutral-900">
<div className="sticky top-0 z-10 flex items-center justify-between border-b border-primary/10 p-5 backdrop-blur-md">
<h4 className="text-xl font-bold tracking-tighter text-primary lg:text-2xl">
Course Content
</h4>
Expand Down

0 comments on commit d78f12e

Please sign in to comment.