This commit is contained in:
adrienmalin 2019-01-25 00:33:04 +01:00
commit 200e1df265
2 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,5 @@
[Downloads](https://github.com/adrienmalin/TETRIS3000/releases)
[Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html)
[Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html) (Firefox recommanded)

View File

@ -65,6 +65,8 @@
* ================ */
#container {
background-image: url("TETRIS3000.png");
background-size: 100% 100%;
display: inline-block; /* scale with canvas */
vertical-align: top; /* prevent extra height */
position: relative; /* root for absolutely positioned overlay */