mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-13 09:30:54 +00:00
Fixed footer
This commit is contained in:
parent
19e3e983de
commit
8a8d17e08e
@ -24,7 +24,8 @@ const TransitionContentWrapper = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Footer = styled.div`
|
const Footer = styled.div`
|
||||||
position: fixed;
|
position: relative;
|
||||||
|
width: 320px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: ${colors.MAIN};
|
background: ${colors.MAIN};
|
||||||
border-right: 1px solid ${colors.DIVIDER};
|
border-right: 1px solid ${colors.DIVIDER};
|
||||||
|
Loading…
Reference in New Issue
Block a user