Fix username being behind market

This commit is contained in:
2024-05-06 16:34:01 +02:00
parent 32d003c7e3
commit c4b056b4b6
+1 -1
View File
@@ -47,7 +47,7 @@ body {
#game_status { #game_status {
position: fixed; position: fixed;
z-index: 1; z-index: 10;
top: 0; top: 0;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);