Skip to content

Commit a93325d

Browse files
fix z-index
1 parent 2f22df7 commit a93325d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/blocks/SidebarLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function FullWidthSidebarLayout(props: {
9595
links={[...contentSidebarLinks, ...(footerSidebarLinks || [])]}
9696
/>
9797

98-
<main className="z-0 flex min-w-0 grow flex-col max-sm:w-full">
98+
<main className="flex min-w-0 grow flex-col max-sm:w-full">
9999
{children}
100100
</main>
101101
<AppFooter containerClassName="max-w-7xl" />

0 commit comments

Comments
 (0)