Jon/sky 6560 enrich browser session creation via UI and place inside main layout (#3560)

This commit is contained in:
Jonathan Dobson
2025-09-30 11:34:11 -04:00
committed by GitHub
parent da0db6912f
commit bcb56c4057
2 changed files with 124 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ const DrawerContent = React.forwardRef<
<DrawerPrimitive.Content
ref={ref}
className={cn(
"fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
"fixed bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
className,
)}
{...props}