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 2a1f4be commit d2a331cCopy full SHA for d2a331c
apps/dashboard/src/@/components/blocks/SidebarLayout.tsx
@@ -59,7 +59,10 @@ export function FullWidthSidebarLayout(props: {
59
const { contentSidebarLinks, children, footerSidebarLinks } = props;
60
return (
61
<div
62
- className={cn("flex w-full flex-1 overflow-y-hidden", props.className)}
+ className={cn(
63
+ "relative flex w-full flex-1 overflow-y-hidden",
64
+ props.className,
65
+ )}
66
>
67
{/* left - sidebar */}
68
<Sidebar collapsible="icon" side="left">
0 commit comments