Skip to content

Commit ed9ecd5

Browse files
jsell-rhclaude
andcommitted
fix(ambient-ui): lower session header z-index to prevent sidebar overlap
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c6df97a commit ed9ecd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/ambient-ui/src/app/(dashboard)/[projectId]/fleet/[sessionId]/_components

components/ambient-ui/src/app/(dashboard)/[projectId]/fleet/[sessionId]/_components/session-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function SessionHeader({ session }: { session: DomainSession }) {
9696

9797
return (
9898
<>
99-
<div className="sticky top-0 z-10 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 pb-4 -mx-1 px-1">
99+
<div className="sticky top-0 z-[5] bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 pb-4 -mx-1 px-1">
100100
<div className="space-y-3">
101101
<div className="flex items-center justify-between">
102102
<div className="flex items-center gap-3">

0 commit comments

Comments
 (0)