1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Merge pull request #354 from trezor/fix/responsive-beta-disclaimer

Fix/beta disclaimer wrapper height
This commit is contained in:
Vladimir Volek 2019-02-06 13:41:17 +01:00 committed by GitHub
commit 8d9edfcfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import * as WalletActions from 'actions/WalletActions';
const Wrapper = styled.div`
width: 100%;
height: 100%;
min-height: 100vh;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.35);