sticky top navigation & user data in user nav

This commit is contained in:
Utkarsh-Patel-13 2025-08-02 21:36:04 -07:00
parent 8bc369cd94
commit a7c1fd49be
3 changed files with 64 additions and 17 deletions

View file

@ -26,8 +26,8 @@ export function DashboardClientLayout({
navMain={navMain}
/>
<SidebarInset>
<header className="flex h-16 shrink-0 items-center gap-2">
<div className="flex items-center gap-2 px-4">
<header className="sticky top-0 z-50 flex h-16 shrink-0 items-center gap-2 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b">
<div className="flex items-center justify-between w-full gap-2 px-4">
<SidebarTrigger className="-ml-1" />
<Separator orientation="vertical" className="h-6" />
<ThemeTogglerComponent />