Update scenarios header negative margin
This commit is contained in:
@@ -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: "-337px" }}
|
||||
sx={{ ...stickyHeaderStyle, top: "-425px" }}
|
||||
>
|
||||
<HStack w="100%">
|
||||
<Heading size="xs" fontWeight="bold" flex={1}>
|
||||
|
||||
Reference in New Issue
Block a user