From 8c2b05dfc8fbfd4957c928cb566c381f923d82e2 Mon Sep 17 00:00:00 2001 From: Mitchell Gerber Date: Sat, 13 Jan 2018 23:24:32 -0600 Subject: [PATCH] client - sticky footer --- client/app/components/footer/footer.scss | 3 +++ client/app/scss/style.scss | 2 ++ 2 files changed, 5 insertions(+) diff --git a/client/app/components/footer/footer.scss b/client/app/components/footer/footer.scss index 4d8fc94..6fc3585 100644 --- a/client/app/components/footer/footer.scss +++ b/client/app/components/footer/footer.scss @@ -2,7 +2,10 @@ background-image: url('../../assets/bottom-bg.gif'); background-repeat: repeat-x; height: 46px; + width: 100%; display: flex; justify-content: center; overflow: hidden; + position: absolute; + bottom: 0; } diff --git a/client/app/scss/style.scss b/client/app/scss/style.scss index 98df9d0..51f46fc 100644 --- a/client/app/scss/style.scss +++ b/client/app/scss/style.scss @@ -12,6 +12,8 @@ body { background-color: black; background-image: url('../assets/forum-bg.jpg'); background-repeat: repeat-x; + position: relative; + padding-bottom: 46px; } a {