From bb83606df7303aa214af8a96313346a601cc8b01 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 4 Feb 2022 21:18:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Changed=20z-index=20of=20scrollT?= =?UTF-8?q?oTop=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index 0f508f8..a330026 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -563,7 +563,7 @@ a { #scrollToTop { display: flex; position: fixed; - z-index: 20; + z-index: 3; padding: 20px; box-shadow: #0003 0 0 10px; background: #3AC414;