diff --git a/src/app/(main)/reports/[reportId]/Report.module.css b/src/app/(main)/reports/[reportId]/Report.module.css index db65d001..6aa6a9b3 100644 --- a/src/app/(main)/reports/[reportId]/Report.module.css +++ b/src/app/(main)/reports/[reportId]/Report.module.css @@ -3,5 +3,5 @@ grid-template-rows: max-content 1fr; grid-template-columns: max-content 1fr; margin-bottom: 60px; - height: 100%; + height: 90vh; } diff --git a/src/components/layout/Page.module.css b/src/components/layout/Page.module.css index d1498122..52893157 100644 --- a/src/components/layout/Page.module.css +++ b/src/components/layout/Page.module.css @@ -4,7 +4,6 @@ flex-direction: column; position: relative; width: 100%; - height: 100%; max-width: 1320px; margin: 0 auto; padding: 0 20px;