From 615b5a2b2b234cbaf13637369fdfd7461dcf9c07 Mon Sep 17 00:00:00 2001 From: zhnd Date: Sun, 3 May 2026 15:45:28 +0800 Subject: [PATCH] Fix project nav scrolling --- packages/ui/src/components/project-nav/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/components/project-nav/index.tsx b/packages/ui/src/components/project-nav/index.tsx index a638b8d..678a78b 100644 --- a/packages/ui/src/components/project-nav/index.tsx +++ b/packages/ui/src/components/project-nav/index.tsx @@ -52,7 +52,7 @@ export function ProjectNav({ return (
@@ -110,8 +110,8 @@ export function ProjectNav({
{/* Desktop: vertical sidebar */} -
-
+
+
-
+
{projects.length === 0 && (