diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 586f2fb..eb539e5 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -884,10 +884,10 @@ function TicketWorkbenchContent() { <> {/* Column header */}
+ "sticky top-0 z-10 flex border-b border-border bg-muted/50", + density === "compact" ? "min-h-7" : "min-h-8" + )}> +
{availableColumns.filter((c) => c.visible).map((col) => (