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:
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…
Reference in New Issue
Block a user