diff --git a/index.html b/index.html
index a3105a2a9..2e944fe44 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
OpenFront (ALPHA)
@@ -43,6 +43,11 @@
html {
visibility: visible;
opacity: 1;
+ touch-action: manipulation;
+ }
+
+ body {
+ touch-action: manipulation;
}
html.preload {
@@ -492,6 +497,29 @@
});
+
+