fix: Isssue #1091 footer The footer should stay at the bottom of the screen
This commit is contained in:
parent
396af2d2e6
commit
9cbc541ef8
@ -9,7 +9,7 @@ const List = styled.ul`
|
|||||||
border-top: ${remcalc(1)} solid ${props => props.theme.grey};
|
border-top: ${remcalc(1)} solid ${props => props.theme.grey};
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user