fix: Fix unnecessary scrollbar appearing on the right sidebar (#2792)

This commit is contained in:
Yao Changyi
2026-03-11 05:58:21 +08:00
committed by GitHub
parent d22ab8202c
commit afbe56af0d
@@ -47,7 +47,7 @@ export function BuilderSidebarRight() {
<>
<SidebarEdge scrollAreaRef={scrollAreaRef} />
<ScrollArea ref={scrollAreaRef} className="@container h-[calc(100svh-3.5rem)] bg-background sm:me-12">
<ScrollArea ref={scrollAreaRef} className="@container h-[calc(100svh-3.5rem)] bg-background overflow-hidden sm:me-12">
<div className="space-y-4 p-4">
{rightSidebarSections.map((section) => (
<Fragment key={section}>