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 cf7c963 commit 3440e34Copy full SHA for 3440e34
1 file changed
src/components/layout/authenticated-layout.tsx
@@ -51,7 +51,8 @@ export function AuthenticatedLayout({ children }: Props) {
51
52
// If layout is fixed and sidebar is inset,
53
// set the height to 100svh - 1rem (total margins) to prevent overflow
54
- 'peer-data-[variant=inset]:has-[[data-layout=fixed]]:h-[calc(100svh-1rem)]'
+ // 'peer-data-[variant=inset]:has-[[data-layout=fixed]]:h-[calc(100svh-1rem)]',
55
+ 'peer-data-[variant=inset]:has-[[data-layout=fixed]]:h-[calc(100svh-(var(--spacing)*4))]'
56
)}
57
>
58
{children ?? <Outlet />}
0 commit comments