feat: remove over-scroll

This commit is contained in:
Henry Li 2026-01-24 21:14:33 +08:00
parent 72e0f3d081
commit cae7e67a1f
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ export default function WorkspaceLayout({
open={open}
onOpenChange={handleOpenChange}
>
<Overscroll behavior="none" overflow="hidden" />
<WorkspaceSidebar />
<SidebarInset className="min-w-0">{children}</SidebarInset>
</SidebarProvider>