From 8ae344a2868662fe9b464c217dda0e0cb0809ee5 Mon Sep 17 00:00:00 2001 From: arcticfly <41524992+arcticfly@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:55:21 -0700 Subject: [PATCH] Increase scenarios header negative margin (#30) --- src/components/OutputsTable/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}} >