From c925498120493f6832cb985e5b2c16e7ec067962 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri, 21 Feb 2020 07:21:27 +0900
Subject: [PATCH] Improve usability

---
 src/client/style.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client/style.scss b/src/client/style.scss
index 48393828d4..93d4159d4d 100644
--- a/src/client/style.scss
+++ b/src/client/style.scss
@@ -18,6 +18,7 @@
 }
 
 html {
+	touch-action: manipulation;
 	background-color: var(--bg);
 	background-attachment: fixed;
 	background-size: cover;