diff --git a/components/PrintableReport.tsx b/components/PrintableReport.tsx index ad877f8..05a6550 100644 --- a/components/PrintableReport.tsx +++ b/components/PrintableReport.tsx @@ -11,11 +11,11 @@ export const PrintableReport: React.FC = ({ reports }) =>
{reports.map((report, idx) => ( -
+
))} diff --git a/components/ReportDisplay.tsx b/components/ReportDisplay.tsx index 82f6676..d915624 100644 --- a/components/ReportDisplay.tsx +++ b/components/ReportDisplay.tsx @@ -33,7 +33,7 @@ export const ReportDisplay: React.FC = ({ report }) => { const confidence = report?.confidence || 0; return ( -
+
{/* CabeƧalho (Header) */}
diff --git a/index.css b/index.css index c95b06d..6d2f3f9 100644 --- a/index.css +++ b/index.css @@ -42,6 +42,13 @@ * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; + animation: none !important; + transition: none !important; + } + + .animate-fade-in { + opacity: 1 !important; + transform: none !important; } .app-main-content {