fix: Isssue #1091 footer The footer should stay at the bottom of the screen

This commit is contained in:
Razvan Moraru 2018-01-24 16:12:14 +01:00
parent 396af2d2e6
commit 9cbc541ef8

View File

@ -9,7 +9,7 @@ const List = styled.ul`
border-top: ${remcalc(1)} solid ${props => props.theme.grey};
width: 100%;
justify-content: flex-end;
position: absolute;
position: fixed;
box-sizing: border-box;
margin: 0;
bottom: 0;