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

Fix/beta disclaimer wrapper height
pull/363/head
Vladimir Volek 5 years ago committed by GitHub
commit 8d9edfcfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save