improve overview metrics cards

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-02 11:36:40 +02:00
parent 9545a6eb01
commit e518df7cc4
4 changed files with 34 additions and 32 deletions

View File

@@ -97,7 +97,7 @@ export default function ReportEditor({
<ReportSaveButton />
</div>
</StickyBelowHeader>
<div className="flex flex-col gap-4 p-4">
<div className="flex flex-col gap-4 p-4" id="report-editor">
{report.ready && (
<ChartSwitch {...report} projectId={projectId} editMode />
)}