From 6e33a37e9833940a77512c435892f6a2d6037535 Mon Sep 17 00:00:00 2001 From: Chris Holland Date: Mon, 21 Oct 2024 09:50:45 -0700 Subject: [PATCH] fix: ensure that left menu always present even when scrolling --- apps/web/components/Dashboard/UI/LeftMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Dashboard/UI/LeftMenu.tsx b/apps/web/components/Dashboard/UI/LeftMenu.tsx index bc2eff28..9b6b34b8 100644 --- a/apps/web/components/Dashboard/UI/LeftMenu.tsx +++ b/apps/web/components/Dashboard/UI/LeftMenu.tsx @@ -43,7 +43,7 @@ function LeftMenu() { background: 'linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(271.56% 105.16% at 50% -5.16%, rgba(255, 255, 255, 0.18) 0%, rgba(0, 0, 0, 0) 100%), rgb(20 19 19)', }} - className="flex flex-col w-[90px] bg-black h-screen text-white shadow-xl" + className="flex flex-col w-[90px] bg-black text-white shadow-xl h-screen sticky top-0" >