fixed css for AppWrapper

pull/90/head
Szymon Lesisz 6 years ago
parent 16c52c05c4
commit f06e9b66e2

@ -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

@ -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;

Loading…
Cancel
Save