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 2f22df7 commit a93325dCopy full SHA for a93325d
apps/dashboard/src/@/components/blocks/SidebarLayout.tsx
@@ -95,7 +95,7 @@ export function FullWidthSidebarLayout(props: {
95
links={[...contentSidebarLinks, ...(footerSidebarLinks || [])]}
96
/>
97
98
- <main className="z-0 flex min-w-0 grow flex-col max-sm:w-full">
+ <main className="flex min-w-0 grow flex-col max-sm:w-full">
99
{children}
100
</main>
101
<AppFooter containerClassName="max-w-7xl" />
0 commit comments