From 0538ca0aa67c9ae69a192fbd67ecb9ed064d6b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Eldj=C3=A1rn?= Date: Fri, 29 Jul 2022 15:25:32 -0700 Subject: [PATCH] Attempt to fix footer mobile --- src/components/common/footer/footer.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss index 8ee3226..2cdca12 100644 --- a/src/components/common/footer/footer.module.scss +++ b/src/components/common/footer/footer.module.scss @@ -32,6 +32,7 @@ justify-content: center; height: calc(var(--vw) * 60); width: 100%; + overflow-x: hidden; @include respond-to('mobile') { background-size: cover;