1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

fixed css for AppWrapper

This commit is contained in:
Szymon Lesisz 2018-09-25 16:56:30 +02:00
parent 16c52c05c4
commit f06e9b66e2
2 changed files with 5 additions and 1 deletions

View File

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

View File

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