From e28fa58a7ac369b26da85f27e0e3768b15e503ea Mon Sep 17 00:00:00 2001 From: tanmay bansal <121656091+TanmayBansa1@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:51:32 +0530 Subject: [PATCH] fixed sticky appbar --- apps/web/components/Appbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Appbar.tsx b/apps/web/components/Appbar.tsx index 9a1cbd24..d4930909 100644 --- a/apps/web/components/Appbar.tsx +++ b/apps/web/components/Appbar.tsx @@ -12,7 +12,7 @@ export const Appbar = () => { const user = session.data?.user; return ( -