[Client] Fix game background position on some screens
This commit is contained in:
parent
8a6fcdce9e
commit
c8f33e7d45
@ -17,6 +17,8 @@ html {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* Place the background behind everything */
|
/* Place the background behind everything */
|
||||||
z-index: -9999;
|
z-index: -9999;
|
||||||
|
Loading…
Reference in New Issue
Block a user