mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge 9766b2aa30 into 860e6390f1
This commit is contained in:
commit
4ee293c713
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">
|
||||
{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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue