From 865802daa1c10f618bbc0fcf51c496bb5f8455c6 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Fri, 2 Dec 2022 11:12:01 +1000 Subject: [PATCH] z-index: 0; --- gradient.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gradient.css b/gradient.css index d452633..7ec754f 100644 --- a/gradient.css +++ b/gradient.css @@ -89,6 +89,7 @@ } :is(div, section).gradient { + z-index : 0; position : relative; overflow : hidden; animation-duration : 30s;