this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clean up styles

+2 -2
+2 -2
apps/web/src/routes/chats.tsx
··· 11 11 return ( 12 12 <SidebarProvider className="h-dvh"> 13 13 <ChatSidebar /> 14 - <SidebarInset className="min-h-0 overflow-hidden"> 15 - <Container size="sm" className="flex h-full min-h-0 overflow-hidden"> 14 + <SidebarInset> 15 + <Container size="sm" className="flex h-full"> 16 16 <Outlet /> 17 17 </Container> 18 18 </SidebarInset>