From 42df8e62c595fd78921984d003ce5b946c6a1db2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 5 Nov 2023 09:09:55 +0800 Subject: [PATCH] Experiment using touch-action --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 5a058011..49295de2 100644 --- a/src/app.css +++ b/src/app.css @@ -359,6 +359,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { box-shadow: inset 0 -3px var(--comment-line-color), inset 0 3px var(--comment-line-color); overscroll-behavior-x: contain; + touch-action: pan-x; } .timeline.contextual .replies[data-comments-level='4'] { overflow-x: auto;