From ec412e63918e34dc12257953dcf9c0685fd58877 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Mon, 5 Mar 2018 20:24:32 -0600 Subject: [PATCH] Fix height overflow --- components/style/Reset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/Reset.js b/components/style/Reset.js index 337b551..d2ccdd5 100644 --- a/components/style/Reset.js +++ b/components/style/Reset.js @@ -147,6 +147,7 @@ export default () => ( overflow-y: auto; min-width: 848px; min-height: 704px; + height: 100%; } * {