From 2aac630235b2d74258bc2eefe57b51f0c6e777b9 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Sat, 23 Nov 2019 18:16:02 +0100 Subject: [PATCH] Fix footer --- src/styles/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 44dfb453..4cb69b47 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -768,7 +768,6 @@ footer#footer{ background:var(--bg-block); height: auto; box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14); - position: absolute; padding-top: 2rem; bottom: 0; width: 100%; -- GitLab