From d83aa51559a4024427896358cbcea50d5fcb4b26 Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Wed, 17 Jun 2020 13:46:10 -0700 Subject: [PATCH] fix: ensuring that pages take up the entire height --- src/components/Layout.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index cb72efcdc..c4fe3aabe 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -5,6 +5,7 @@ } .main { + min-height: 100%; display: grid; grid-template-columns: 300px minmax(0, 1fr); width: 100%;