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