From 9cbc541ef816a35875cfbe7bf067b5353f8f2236 Mon Sep 17 00:00:00 2001 From: Razvan Moraru Date: Wed, 24 Jan 2018 16:12:14 +0100 Subject: [PATCH] fix: Isssue #1091 footer The footer should stay at the bottom of the screen --- packages/my-joy-beta/src/components/navigation/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/my-joy-beta/src/components/navigation/footer.js b/packages/my-joy-beta/src/components/navigation/footer.js index 64a6cf61..14492d4f 100644 --- a/packages/my-joy-beta/src/components/navigation/footer.js +++ b/packages/my-joy-beta/src/components/navigation/footer.js @@ -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;