Fixed footer

pull/57/head
Vladimir Volek 6 years ago
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…
Cancel
Save