diff --git a/src/components/OutputsTable/index.tsx b/src/components/OutputsTable/index.tsx index 27fc2ba..c8e5581 100644 --- a/src/components/OutputsTable/index.tsx +++ b/src/components/OutputsTable/index.tsx @@ -55,7 +55,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: "-336px"}} + sx={{...stickyHeaderStyle, top: "-337px"}} >