From 34fc31f382611201978290fac4c4ace4d3196827 Mon Sep 17 00:00:00 2001 From: rakannimer Date: Mon, 25 Nov 2019 16:48:52 +0200 Subject: [PATCH] fix(gatsby-theme-docz): fix min-height --- core/gatsby-theme-docz/src/components/Layout/styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/gatsby-theme-docz/src/components/Layout/styles.js b/core/gatsby-theme-docz/src/components/Layout/styles.js index e4d2e5254..0b5351879 100644 --- a/core/gatsby-theme-docz/src/components/Layout/styles.js +++ b/core/gatsby-theme-docz/src/components/Layout/styles.js @@ -11,6 +11,7 @@ export const wrapper = { flex: 1, display: 'grid', gridTemplateColumns: '250px 1fr', + minHeight: '100vh', [media.tablet]: { display: 'block', },