🐛 Add background to the sticky layout header (#2384)

Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
This commit is contained in:
Ide
2026-08-14 19:22:05 +02:00
committed by GitHub
co-authored by Alejandra
parent c350936d28
commit d95518294e
+1 -1
View File
@@ -25,7 +25,7 @@ function Layout() {
<SidebarProvider>
<AppSidebar />
<SidebarInset>
<header className="sticky top-0 z-10 flex h-16 shrink-0 items-center gap-2 border-b px-4">
<header className="sticky top-0 z-10 flex h-16 shrink-0 items-center gap-2 border-b bg-background px-4">
<SidebarTrigger className="-ml-1 text-muted-foreground" />
</header>
<main className="flex-1 p-6 md:p-8">