From 9cd93deda3a7bfb1d40c3e7aa8f037dba96767dd Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 17 Jun 2020 22:35:13 -0700 Subject: [PATCH] fix: Remove min-height to fix issue where expanding the component docs caused the page to expand and not collapse back --- src/components/Layout.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index c4fe3aabe..cb72efcdc 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -5,7 +5,6 @@ } .main { - min-height: 100%; display: grid; grid-template-columns: 300px minmax(0, 1fr); width: 100%;