From 59fcfb5b01ba2c5618af16aeb7cf21fe38fff7ed Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 20 Feb 2023 16:16:28 +0100 Subject: [PATCH] Add space at the bottom for the ScrollUp component --- client/src/styles/_default-layout.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/styles/_default-layout.scss b/client/src/styles/_default-layout.scss index 3725c21b..20c5e84f 100644 --- a/client/src/styles/_default-layout.scss +++ b/client/src/styles/_default-layout.scss @@ -53,6 +53,11 @@ @include desktop { padding: 0; } + + &:last-child { + // space at the bottom for the ScrollUp component + margin-bottom: 125px; + } } &__footer {