From 38a4594f6d73e6d20a3e457662730fd8af3dbc63 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 27 Apr 2025 18:48:44 +0800 Subject: [PATCH] decrease gui z-index --- core/modgui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modgui.js b/core/modgui.js index 87d0853..7dbbec7 100644 --- a/core/modgui.js +++ b/core/modgui.js @@ -105,7 +105,7 @@ const modapi_guikit = "(" + (() => { height: 100vh; width: 100vw; position: fixed; - z-index: 9999999999; + z-index: 127; top: 0; left: 0; font-family: sans-serif;