diff --git a/styles/admin/Layout.module.scss b/styles/admin/Layout.module.scss index 8bf22d756..6d23709a7 100644 --- a/styles/admin/Layout.module.scss +++ b/styles/admin/Layout.module.scss @@ -16,10 +16,10 @@ justify-content: space-between; align-items: center; width: 100%; - height: 4.5rem; + min-height: 4rem; padding: 0 1.5rem; background: white; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); + box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.25); } .title { @@ -49,5 +49,6 @@ .pageContent { width: 100%; - height: 100%; + height: calc(100vh - 4rem); + overflow-y: scroll; } diff --git a/styles/admin/SideNav.module.scss b/styles/admin/SideNav.module.scss index 6f2614fed..98b6a6d67 100644 --- a/styles/admin/SideNav.module.scss +++ b/styles/admin/SideNav.module.scss @@ -7,7 +7,6 @@ min-width: 10rem; height: 100%; padding: 0.5rem; - margin-top: 0.2rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }