fix(css): decrease body bg pseudo element z-index

This commit is contained in:
Julien Oculi 2024-02-06 11:20:47 +01:00
parent 713dcb54a4
commit 38b92eb894

View file

@ -18,7 +18,7 @@ body {
/* background that handle filters */
body::before {
z-index: 0;
z-index: -1;
content: '';
width: 100%;
height: 100%;