fix: stop preventing canvas pointerdown/tapend events (#3207)

This commit is contained in:
David Luzar
2021-03-16 18:04:53 +01:00
committed by GitHub
parent edc62c550a
commit e90e56452f
4 changed files with 36 additions and 26 deletions

View File

@ -112,8 +112,7 @@
Roboto, Helvetica, Arial, sans-serif;
font-family: var(--ui-font);
-webkit-text-size-adjust: 100%;
-webkit-user-select: none;
user-select: none;
width: 100vw;
height: 100vh;
}