fix sticky header z-index

This commit is contained in:
henrygd
2025-09-24 17:07:38 -04:00
parent 63bdac83a1
commit f70c30345a
3 changed files with 3 additions and 6 deletions

View File

@@ -370,7 +370,7 @@ const AllSystemsTable = memo(
function SystemsTableHead({ table }: { table: TableType<SystemRecord> }) {
const { t } = useLingui()
return (
<TableHeader className="sticky top-0 z-20 w-full border-b-2">
<TableHeader className="sticky top-0 z-50 w-full border-b-2">
{table.getHeaderGroups().map((headerGroup) => (
<tr key={headerGroup.id}>
{headerGroup.headers.map((header) => {