|
@@ -15,7 +15,7 @@ const DiagnosticReport: React.FC = () => {
|
|
return (
|
|
return (
|
|
<div className="flex flex-col h-full">
|
|
<div className="flex flex-col h-full">
|
|
<ReportHeader />
|
|
<ReportHeader />
|
|
- <ReportMain className="flex-1 overflow-hidden" />
|
|
|
|
|
|
+ <ReportMain className="flex-1 overflow-scroll" />
|
|
<ReportFooter reportData={reportData} />
|
|
<ReportFooter reportData={reportData} />
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|