From d6450e279e382538c8debe2c564441fface0771d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 1 Dec 2022 22:28:21 +0100 Subject: [PATCH] fix zindex --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index e677257..696cade 100644 --- a/js/main.js +++ b/js/main.js @@ -44,7 +44,7 @@ const main = () => { top: 10px; \ width: 100%; \ text-align: center; \ - z-index: 100; \ + z-index: 0; \ display: block; \ color: white; \ font-size: xx-large; \