This commit is contained in:
Kamas "Iceberg" Lau 2025-12-12 08:45:35 +01:00 committed by GitHub
commit 4ee293c713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ export function MetricsExpandedTable({
<Column overflow="auto" minHeight="0" height="100%" paddingRight="3">
{items && (
<DataTable data={items}>
<DataColumn id="label" label={title} width="minmax(200px, 2fr)" align="start">
<DataColumn id="label" label={title} width="minmax(200px, 2fr)" align="start" style={{ position: 'sticky', top: 0, backgroundColor: 'var(--base-color-2)' }}>
{row => (
<Row overflow="hidden">
<MetricLabel type={type} data={row} />