From 987cacdb3a340bbddbe18c148c123f87812fc05c Mon Sep 17 00:00:00 2001 From: Sophia Date: Fri, 16 Oct 2020 09:46:16 -0700 Subject: [PATCH 1/2] fix z-index the social media buttons were blocking the donate widget popop boxes --- styles/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/style.scss b/styles/style.scss index ea95d086..b5a70a70 100644 --- a/styles/style.scss +++ b/styles/style.scss @@ -264,6 +264,7 @@ h4.noslashes::before, h5.noslashes::before, h6.noslashes::before { color: white; text-align: center; font-size: 0.8em; + z-index: -1; .fa-stack{ transition: color 0.3s; From f1d1d7d5d2e866522d77eaf5f63e6cb9c62add71 Mon Sep 17 00:00:00 2001 From: Sophia Date: Sat, 17 Oct 2020 15:46:08 -0700 Subject: [PATCH 2/2] bring donate widget to front --- styles/donate.scss | 3 ++- styles/style.scss | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/donate.scss b/styles/donate.scss index da9add89..5a87ae66 100644 --- a/styles/donate.scss +++ b/styles/donate.scss @@ -14,7 +14,8 @@ top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); - width: 100% + width: 100%; + z-index: 1; } @media only screen and (max-width: 768px) { diff --git a/styles/style.scss b/styles/style.scss index b5a70a70..ea95d086 100644 --- a/styles/style.scss +++ b/styles/style.scss @@ -264,7 +264,6 @@ h4.noslashes::before, h5.noslashes::before, h6.noslashes::before { color: white; text-align: center; font-size: 0.8em; - z-index: -1; .fa-stack{ transition: color 0.3s;