[Client] Fix game background position on some screens

This commit is contained in:
AudricV 2023-01-16 23:44:56 +01:00
parent 8a6fcdce9e
commit c8f33e7d45
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -17,6 +17,8 @@ html {
background-size: cover;
position: fixed;
height: 100%;
left: 0;
top: 0;
width: 100%;
/* Place the background behind everything */
z-index: -9999;