From a474719ea6a55c3cfb1b7b72c9020451111bbad8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:33:25 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 397e843..5762e77 100644 --- a/animeCat.js +++ b/animeCat.js @@ -68,7 +68,7 @@ window.AnimeCat = class AnimeCat { width: '80px', height: '60px', pointerEvents: 'none', - zIndex: 1 + zIndex: 1, }); this.catContainer.appendChild(this.glow);