DOM element game 1OO% height

This commit is contained in:
GRL 2021-06-08 16:32:21 +02:00
parent 1b89adc604
commit 4c1dd914eb

View file

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