From fdeb7b9acf176cb7591eec883d824ef754f5ac52 Mon Sep 17 00:00:00 2001 From: Colin Perry <55003831+17ColinMiPerry@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:36:52 -0800 Subject: [PATCH] Fix sidebar thread layer (#4881) * fixed sidebar overlay + overflow behavior * ran yarn lint * fixed footer vertical reserved space * linting --------- Co-authored-by: shatfield4 Co-authored-by: Timothy Carambat --- frontend/src/components/Sidebar/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Sidebar/index.jsx b/frontend/src/components/Sidebar/index.jsx index 34a2e4434..34eccb118 100644 --- a/frontend/src/components/Sidebar/index.jsx +++ b/frontend/src/components/Sidebar/index.jsx @@ -57,15 +57,15 @@ export default function Sidebar() { ref={sidebarRef} className="relative m-[16px] rounded-[16px] bg-theme-bg-sidebar border-[2px] border-theme-sidebar-border light:border-none min-w-[250px] p-[10px] h-[calc(100%-76px)]" > -
-
+
+
-
+
-
+