From c3178dde424dba00370c93e64d583d258ee06c61 Mon Sep 17 00:00:00 2001 From: OverdueWeevil2 <67264530+OverdueWeevil2@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:16:28 +0300 Subject: [PATCH] Prevent scrolling on canvas in touch screen (#944) --- v86.css | 1 + 1 file changed, 1 insertion(+) diff --git a/v86.css b/v86.css index c018ad6e32..e1ca7d81d5 100644 --- a/v86.css +++ b/v86.css @@ -42,6 +42,7 @@ } #vga { background-color: #000; + touch-action: none; } body { background-color: #111;