Disable touch-action (closes #37)
This commit is contained in:
parent
c53252c197
commit
e2ee520380
2 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ html {
|
|||
background-color: #404040;
|
||||
color: white;
|
||||
background-image: url(tex.png);
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
html,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue