fix double tap zooming hopefully?

This commit is contained in:
ashastral 2022-02-27 23:07:09 -08:00
parent cf38e7ec47
commit 0436347f7d

View file

@ -76,6 +76,7 @@ body {
.Game, .Game,
h1 { h1 {
user-select: none; user-select: none;
touch-action: manipulation;
} }
.Game { .Game {