Increase scenarios header negative margin (#30)
This commit is contained in:
@@ -55,7 +55,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string |
|
|||||||
py={cellPadding.y}
|
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,
|
// 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.
|
// so if the header height changes, this will need to be updated.
|
||||||
sx={{...stickyHeaderStyle, top: "-336px"}}
|
sx={{...stickyHeaderStyle, top: "-337px"}}
|
||||||
>
|
>
|
||||||
<HStack w="100%">
|
<HStack w="100%">
|
||||||
<Heading size="xs" fontWeight="bold" flex={1}>
|
<Heading size="xs" fontWeight="bold" flex={1}>
|
||||||
|
|||||||
Reference in New Issue
Block a user