fix(css): decrease body bg pseudo element z-index
This commit is contained in:
parent
713dcb54a4
commit
38b92eb894
|
@ -18,7 +18,7 @@ body {
|
|||
|
||||
/* background that handle filters */
|
||||
body::before {
|
||||
z-index: 0;
|
||||
z-index: -1;
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue