diff --git a/src/components/OutputsTable/index.tsx b/src/components/OutputsTable/index.tsx
index 2fd49eb..4451ba3 100644
--- a/src/components/OutputsTable/index.tsx
+++ b/src/components/OutputsTable/index.tsx
@@ -85,6 +85,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string |
padding={0}
// Have to use `style` instead of emotion style props to work around css specificity issues conflicting with the "> *" selector on Grid
style={{ borderRightWidth: 0, borderBottomWidth: 0 }}
+ h={8}
sx={stickyHeaderStyle}
>
diff --git a/src/pages/experiments/[id].tsx b/src/pages/experiments/[id].tsx
index 0a2197a..0fa4847 100644
--- a/src/pages/experiments/[id].tsx
+++ b/src/pages/experiments/[id].tsx
@@ -128,8 +128,9 @@ export default function Experiment() {