fix: disable animations on print and remove minHeight forcing 2 pages

This commit is contained in:
2026-06-23 14:05:53 +00:00
parent 1d08f16f73
commit 67ec8a4ca7
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -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 {