diff --git a/src/components/OutputsTable/index.tsx b/src/components/OutputsTable/index.tsx index cce8dbd..2206ec7 100644 --- a/src/components/OutputsTable/index.tsx +++ b/src/components/OutputsTable/index.tsx @@ -57,7 +57,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string | py={cellPadding.y} // TODO: This is a hack to get the sticky header to work. It's not ideal because it's not responsive to the height of the header, // so if the header height changes, this will need to be updated. - sx={{ ...stickyHeaderStyle, top: "-425px" }} + sx={{ ...stickyHeaderStyle, top: "-337px" }} >