From 7248095a9213943ecb2694cce0c8bddfe35ce564 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 14 Nov 2023 13:49:13 +0800 Subject: [PATCH] Disable touch-action --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 32b9381..ee127f6 100644 --- a/src/app.css +++ b/src/app.css @@ -359,7 +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; + /* touch-action: pan-x; */ } .timeline.contextual .replies[data-comments-level='4'] { overflow-x: auto;