From 320b7db3c4ef127b187ae1d3d65dafa66eebcc41 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 29 Nov 2022 02:28:22 +1000 Subject: [PATCH] pointer-events: none; --- gradient.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gradient.css b/gradient.css index c5007e6..988a8d2 100644 --- a/gradient.css +++ b/gradient.css @@ -154,6 +154,7 @@ main { width: 500%; height: 500%; position: absolute; + pointer-events: none; animation-duration: 25s; background-repeat: no-repeat; animation-timing-function: ease-in-out;