diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index f0690943..841e6f0a 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -2354,7 +2354,7 @@ export const TableListComponent: React.FC = ({ )} -
+
= ({
= ({ className="sticky z-50" style={{ position: "sticky", - top: "-2px", + top: 0, zIndex: 50, backgroundColor: "hsl(var(--background))", }}