Repos / pytaku / 1117557226
commit 111755722620d0a95c0a973143cc164ba4e3c66e
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Mon Aug 10 23:21:07 2020 +0700

    anti-300ms-delay insurance
    
    Just in case the width=device-width meta tag didn't work.

diff --git a/src/pytaku/static/base.css b/src/pytaku/static/base.css
index 447e396..530babd 100644
--- a/src/pytaku/static/base.css
+++ b/src/pytaku/static/base.css
@@ -17,6 +17,10 @@ :root {
   overflow-y: scroll;
 }
 
+html {
+  touch-action: manipulation;
+}
+
 h1 {
   margin-top: 1rem;
   margin-bottom: 0.5rem;