File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/dokploy/components/ui Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ const SidebarProvider = React.forwardRef<
148
148
} as React . CSSProperties
149
149
}
150
150
className = { cn (
151
- "group/sidebar-wrapper flex min- h-svh w-full has-[[data-variant=inset]]:bg-sidebar" ,
151
+ "group/sidebar-wrapper flex h-svh w-full has-[[data-variant=inset]]:bg-sidebar" ,
152
152
className ,
153
153
) }
154
154
ref = { ref }
@@ -329,10 +329,11 @@ const SidebarInset = React.forwardRef<
329
329
< main
330
330
ref = { ref }
331
331
className = { cn (
332
- "relative flex min-h-svh overflow-auto w-full flex-col bg-background" ,
332
+ "relative flex min-h-svh overflow-auto w-full flex-col bg-background" ,
333
333
"peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow" ,
334
334
className ,
335
335
) }
336
+ style = { { scrollbarGutter : "stable" } }
336
337
{ ...props }
337
338
/>
338
339
) ;
You can’t perform that action at this time.
0 commit comments