From 9ef4f693ebc9d4d26752e150e355806dff325f03 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 3 Dec 2019 10:29:50 -0500 Subject: [PATCH] Sticky CTA styling fixes: 1. Remove gap between sidenav and sticky cta 2. Update z-index of sticky cta so it is behind the sidenav --- styles/components/_sticky_cta.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/components/_sticky_cta.scss b/styles/components/_sticky_cta.scss index c5946951..ce05144f 100644 --- a/styles/components/_sticky_cta.scss +++ b/styles/components/_sticky_cta.scss @@ -1,7 +1,7 @@ .sticky-cta { - margin-left: -$gap * 4; + margin-left: -$gap * 5; margin-right: -$gap * 5; - z-index: 10; + z-index: 1; background-color: $color-gray-lightest; border-top: 1px solid $color-gray-lighter; border-bottom: 1px solid $color-gray-lighter;