Disable touch-action (closes #37)

This commit is contained in:
Unrud 2021-11-06 21:45:01 +01:00
parent c53252c197
commit e2ee520380
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ html {
background-color: #404040;
color: white;
background-image: url(tex.png);
touch-action: none;
}
html,