header fix

This commit is contained in:
2026-03-11 15:03:59 -05:00
parent 6617574c16
commit a07b145c76
3 changed files with 37 additions and 25 deletions
@@ -43,9 +43,8 @@ export const UnassignedItemsSection: Component<UnassignedItemsSectionProps> = (p
{props.unassignedItems.length} Items Pending
</span>
</div>
<div class="overflow-x-auto w-full pb-4 -mx-6 px-6">
<div class="min-w-[768px]">
{/* Sticky Column Headers for Unassigned */}
<div class="relative pb-4">
{/* Sticky Column Headers for Unassigned */}
<div class="sticky top-header z-10 bg-background/95 backdrop-blur-sm border-b border-border py-3 mb-4 hidden md:flex items-center gap-4 text-[10px] font-black text-muted-foreground/60 uppercase tracking-[0.2em] px-3">
<div class="w-4 shrink-0"></div>
<div class="flex-1 min-w-[200px]">Description</div>
@@ -80,8 +79,7 @@ export const UnassignedItemsSection: Component<UnassignedItemsSectionProps> = (p
)}
</For>
</div>
</div>
</div>
</div>
</div>
</Show>
);