We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d93c8 commit 37553a1Copy full SHA for 37553a1
resources/js/layouts/app/app-sidebar-layout.tsx
@@ -9,7 +9,7 @@ export default function AppSidebarLayout({ children, breadcrumbs = [] }: PropsWi
9
return (
10
<AppShell variant="sidebar">
11
<AppSidebar />
12
- <AppContent variant="sidebar">
+ <AppContent variant="sidebar" className="overflow-x-hidden">
13
<AppSidebarHeader breadcrumbs={breadcrumbs} />
14
{children}
15
</AppContent>
0 commit comments