diff --git a/src/support/BaseStyles.js b/src/support/BaseStyles.js index 74e21313..d4a73d6f 100644 --- a/src/support/BaseStyles.js +++ b/src/support/BaseStyles.js @@ -39,6 +39,10 @@ const baseStyles = () => injectGlobal` outline: 0; } + #root { + height: 100%; + } + /* custom Roboto with Zero without the thing inside, so it's more readable as number since 0 doesn't look too similar to 8 diff --git a/src/views/Wallet/index.js b/src/views/Wallet/index.js index 07024a52..0bf9849a 100644 --- a/src/views/Wallet/index.js +++ b/src/views/Wallet/index.js @@ -30,7 +30,7 @@ type WalletContainerProps = { const AppWrapper = styled.div` position: relative; - min-height: 100vh; + min-height: 100%; min-width: 720px; display: flex; flex-direction: column;