Bump Phaser version

This reverts commit f2c3d6f158.
Also, updates all dependencies to their latest allowed version.

# Conflicts:
#	front/package.json
#	front/yarn.lock
This commit is contained in:
David Négrier 2021-04-19 13:28:17 +02:00
parent cb1dcb5786
commit 84bd5eff50
7 changed files with 579 additions and 620 deletions

View file

@ -517,6 +517,14 @@ input[type=range]:focus::-ms-fill-upper {
/* TODO: DO WE NEED FLEX HERE???? WE WANT A SIDEBAR OF EXACTLY 25% (note: flex useful for direction!!!) */
}
.game-overlay + div {
pointer-events: none;
}
.game-overlay + div > div {
pointer-events: auto;
}
.game-overlay.active {
display: flex;
}