From afbe56af0d3d186a374caf12c959710dc57f3f6b Mon Sep 17 00:00:00 2001 From: Yao Changyi <89594808+yang-summer@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:58:21 +0800 Subject: [PATCH] fix: Fix unnecessary scrollbar appearing on the right sidebar (#2792) --- src/routes/builder/$resumeId/-sidebar/right/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/builder/$resumeId/-sidebar/right/index.tsx b/src/routes/builder/$resumeId/-sidebar/right/index.tsx index 06b9e18f5..bb260a3a7 100644 --- a/src/routes/builder/$resumeId/-sidebar/right/index.tsx +++ b/src/routes/builder/$resumeId/-sidebar/right/index.tsx @@ -47,7 +47,7 @@ export function BuilderSidebarRight() { <> - +
{rightSidebarSections.map((section) => (