mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
decrease gui z-index
This commit is contained in:
parent
cb0eb182d9
commit
38a4594f6d
@ -105,7 +105,7 @@ const modapi_guikit = "(" + (() => {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 9999999999;
|
z-index: 127;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user