From cdebc8765f349363b850373c54ff3d64dc3b28f7 Mon Sep 17 00:00:00 2001 From: Exelo Date: Fri, 21 Mar 2025 11:29:32 +0100 Subject: [PATCH] feat: add z index to loader to override game --- apps/web/src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/style.css b/apps/web/src/style.css index 3b45b39..ca24238 100644 --- a/apps/web/src/style.css +++ b/apps/web/src/style.css @@ -7,6 +7,7 @@ font-weight: bold; color: white; position: absolute; + z-index: 1000; display: flex; flex-direction: column; justify-content: center;