This commit is contained in:
jkingsman
2026-03-25 08:57:43 -07:00
parent b0f5930e01
commit 26b740fe3c

View File

@@ -215,7 +215,9 @@ export function AppShell({
<SheetTitle>Navigation</SheetTitle>
<SheetDescription>Sidebar navigation</SheetDescription>
</SheetHeader>
<div className="flex-1 overflow-hidden" {...closeSwipeHandlers}>{activeSidebarContent}</div>
<div className="flex-1 overflow-hidden" {...closeSwipeHandlers}>
{activeSidebarContent}
</div>
</SheetContent>
</Sheet>