From fdc7c39fe4075180fc26bf0104d2d723b84e4a72 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Wed, 12 Jun 2024 23:23:12 -0700 Subject: [PATCH] fix missing websitechart --- src/app/(main)/reports/[reportId]/Report.module.css | 2 +- src/components/layout/Page.module.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;