Merge pull request #1145 from thecodingmachine/dimensionMobile

Mobile sizing problem
This commit is contained in:
David Négrier 2021-06-08 18:21:05 +02:00 committed by GitHub
commit 07e6438902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,6 +367,7 @@ body {
}
#game {
height: 100%;
width: 100%;
position: relative; /* Position relative is needed for the game-overlay. */
}