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', },