From 38b92eb894552c0b7225d947d927bd70d80f14d1 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 6 Feb 2024 11:20:47 +0100 Subject: [PATCH] fix(css): decrease body bg pseudo element z-index --- src/stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/base.css b/src/stylesheets/base.css index d116e12..2ef62ea 100644 --- a/src/stylesheets/base.css +++ b/src/stylesheets/base.css @@ -18,7 +18,7 @@ body { /* background that handle filters */ body::before { - z-index: 0; + z-index: -1; content: ''; width: 100%; height: 100%;