From 0fc12db8be098a160afa90c4ddb70c903d94c00e Mon Sep 17 00:00:00 2001 From: Jasleen1210 <05kaur.j@gmail.com> Date: Sat, 10 Aug 2024 09:47:52 +0530 Subject: [PATCH] Fixed loader bug adjusted z index --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 562905a..61e57bf 100644 --- a/css/style.css +++ b/css/style.css @@ -79,6 +79,7 @@ body { width: 100vw; justify-content: center; height: 100vh; + z-index: 2000; display: flex; }