From 59e6b3ba8b10d2536fbabe1239d8c499e07d2cb9 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Mon, 30 Jan 2023 21:54:13 +0300 Subject: [PATCH] fix(web): fix scrolling on mobile --- web/public/css/tfm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/public/css/tfm.css b/web/public/css/tfm.css index 93da96c..32475ca 100644 --- a/web/public/css/tfm.css +++ b/web/public/css/tfm.css @@ -68,6 +68,7 @@ form { padding: 8px 0; box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111; overflow-y: scroll; + -webkit-overflow-scrolling: touch; overflow-x: hidden; }