This commit is contained in:
Kamas "Iceberg" Lau 2026-02-06 17:36:48 -05:00 committed by GitHub
commit ebb8aa0215
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} />