From d78f12e378392cfc07517966edcc19366c0a4f8f Mon Sep 17 00:00:00 2001 From: Raj Raghav Singh <113702274+raghavsingh05@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:03:43 +0530 Subject: [PATCH] fix(ui): added backdrop filter for nav Co-authored-by: Sargam --- src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index a2497b2bf..823362a75 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -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]" > -
+

Course Content