From 4a51fa9d09bb5e3f6f7da319a70d8043a2ec3ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 10 Oct 2021 14:09:20 +0200 Subject: [PATCH] Place Footer over Switcher --- src/style/molecules/_switcher.scss | 2 +- src/style/organisms/_footer.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/style/molecules/_switcher.scss b/src/style/molecules/_switcher.scss index d7d3d7c..fcb3c85 100644 --- a/src/style/molecules/_switcher.scss +++ b/src/style/molecules/_switcher.scss @@ -1,7 +1,7 @@ .switcher { $shadow-color: rgba(0, 0, 0, 0.05); position: fixed; - z-index: 999; + z-index: 101; bottom: 16px; left: 16px; diff --git a/src/style/organisms/_footer.scss b/src/style/organisms/_footer.scss index f721ef0..19cf758 100644 --- a/src/style/organisms/_footer.scss +++ b/src/style/organisms/_footer.scss @@ -25,7 +25,7 @@ @include bp (sm) { grid-column: 2 / span 5; grid-row: 1; - margin: -3px 0 0; + margin: 0; } } @@ -40,7 +40,6 @@ } ul { - @include bp (sm) { display: flex; justify-content: center;