mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Update src/components/metrics/MetricsExpandedTable.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
7598092193
commit
9766b2aa30
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export function MetricsExpandedTable({
|
||||||
<Column overflow="auto" minHeight="0" height="100%" paddingRight="3">
|
<Column overflow="auto" minHeight="0" height="100%" paddingRight="3">
|
||||||
{items && (
|
{items && (
|
||||||
<DataTable data={items}>
|
<DataTable data={items}>
|
||||||
<DataColumn id="label" label={title} width="minmax(200px, 2fr)" align="start" style="position:sticky;top:0;background-color:#0f0f0f">
|
<DataColumn id="label" label={title} width="minmax(200px, 2fr)" align="start" style={{ position: 'sticky', top: 0, backgroundColor: 'var(--base-color-2)' }}>
|
||||||
{row => (
|
{row => (
|
||||||
<Row overflow="hidden">
|
<Row overflow="hidden">
|
||||||
<MetricLabel type={type} data={row} />
|
<MetricLabel type={type} data={row} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue