1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

Fixed footer

This commit is contained in:
Vladimir Volek 2018-09-17 10:24:51 +02:00
parent 19e3e983de
commit 8a8d17e08e

View File

@ -24,7 +24,8 @@ const TransitionContentWrapper = styled.div`
`;
const Footer = styled.div`
position: fixed;
position: relative;
width: 320px;
bottom: 0;
background: ${colors.MAIN};
border-right: 1px solid ${colors.DIVIDER};