Skip to content

Commit

Permalink
Prevent scrolling on canvas in touch screen (copy#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
OverdueWeevil2 authored and russor committed Jan 1, 2024
1 parent 44fb74d commit 3cce413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v86.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}
#vga {
background-color: #000;
touch-action: none;
}
body {
background-color: #111;
Expand Down

0 comments on commit 3cce413

Please sign in to comment.